Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.
/ muffin-cli Public archive

The command line utility for building sites using muffin

License

Notifications You must be signed in to change notification settings

leo/muffin-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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! 📢 🐑