0.0.2 • Published 7 years ago

mblx-mms v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

mms-cli

The MMS CLI is a node CLI intended to help bootstrap and develop MMS-based sites.

Installation

yarn global add mblx-mms

Usage

mms new project-name

This command will create a new Gatsby site in the current working directory based on gatsby-starter-mms in a folder named with the project-name arg.

Development

git clone git@github.com:Mobelux/gatsby-starter-mms.git
cd mms-cli
yarn
yarn watch

yarn watch begins watching the src directory and compiling to index.js in the root directory using babel.