Forgery
A Makefile clone but with a few more features. It allows you to run commands you would normally do in a terminal but specify shortcut commands to use like a Makefile. It also allows you to run commands before each and every command you specified using the .init key.
How to use
-
Create a
forgefile.jsonfile in the root of your project.The
.initkey is required. The rest of the keys are optional. In a future release, the.initkey will be optional. It will run before each command in the list of commands provided per key. -
Install the latest version of
forgeexecutable here. -
Add forge to your PATH.
-
Run
forgein your project directory.