mindstack-cli
v0.1.3
Published
CLI tool for creating and developing with Mind Stack
Downloads
4
Maintainers
Readme
Mind Stack CLI
CLI tool for creating and developing with Mind Stack
Installation
npm i -g mindstack-cli
Usage
Creating a new Mind Stack project (new command)
Default starter
mindstack new <project-name>
Custom starter
mindstack new <project-name> <starter-name>
Generating files to extend functionality (make command)
Locale
mindstack make locale
Resolver
mindstack make resolver
Template
mindstack make template