Sandwiches
A Makefile creation and management utility for any project.
WARNING: This utility is not ready for use in the wild.
Installation
$ npm install --global sandwiches
Make a sandwich
Quickly prepare a Makefile specifically suited to your your project's tastes using Sandwiches. To create a basic Makefile, run the following:
$ sandwich make
For more help, run:
$ sandwich help
TODO: Fully describe the CLI utility instead of directing people to the help command.
Make a recipe
Using the Sandwiches API, you can create new recipes to be followed when making new or modifying existing Makefiles.
Doesn't a sandwich have toppings?
Yes, it does!
TODO: Design what sandwich toppings should exactly be. Something like mixins?
How do I make a sandwich?
TODO: Create more documentation when the code reflects a need. (Soon)