Skip to content

istrategylabs/mo-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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