0.3.0 • Published 8 years ago

muffin-cli v0.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

CLI Build Status

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

  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. Move into the repo's directory: cd cli
  3. Generate the binaries: npm link
  4. Transpile source code and watch for changes: gulp

You're can now use the muffin command everywhere! :loudspeaker: :sheep: