mblx-mms
v0.0.2
Published
CLI for bootstrapping an MMS frontend
Readme
mms-cli
The MMS CLI is a node CLI intended to help bootstrap and develop MMS-based sites.
Installation
yarn global add mblx-mmsUsage
mms new project-nameThis 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 watchyarn watch begins watching the src directory and compiling to index.js in
the root directory using babel.
