Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 683 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 683 Bytes

Mo-CLI

CLI for mo cookiecutter projects

Build Status

Features

Install

brew tap istrategylabs/isl
brew install mo

Examples

Start a new ISL 'mo' cookiecutter project. Navigate to the directory where you want your project to be created and run:

mo init django
mo init node

Start a new 'mo' cookiecutter project from another GitHub user:

mo init django -u janedoe