Mo-CLI
CLI for mo cookiecutter projects
Features
Usage
Create a new project from any 'mo' cookiecutter template from command line:
pip install mo-cli
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