muffin-cli
v0.3.0
Published
The command line utility for building sites using muffin
Downloads
5
Maintainers
Readme
CLI
This neat command line utility handles all of the hard tasks in your workflow when creating a new site using muffin. It's not just much faster than regular task managers, but also handles many other important things that speed up development (like importing data, live reloading and such).
Usage
If you want to build a new site using muffin, follow these steps.
Contribute
Before getting started, please make sure that your npm permissions are fixed and that the "muffin-cli" package is not installed on your device. If it is, remove it: npm uninstall -g muffin-cli
- Fork this repository to your own GitHub account and then clone it to your local device
- Move into the repo's directory:
cd cli
- Generate the binaries:
npm link
- Transpile source code and watch for changes:
gulp
You're can now use the muffin
command everywhere! :loudspeaker: :sheep: