mblx-mms
v0.0.2
Published
CLI for bootstrapping an MMS frontend
Downloads
2
Readme
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 [email protected]: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.