Use dotmind boilerplate api to create new project.
npm install @dotmind/create-dotmind-api
Use dotmind boilerplate to create new project. Builded by .mind.io
- Menu
- 👷♂️ How it's work
- Use npx
- 🔐 License
``bash`
npx @dotmind/create-dotmind-api custom_app --example boilerplate_example
| | description |
|-|-|
| custom_app | Directory to create project |
| boilerplate_example | Name of the boilerplate to use |
You can create new app using one of the examples.
For example :
`bash``
npx @dotmind/create-dotmind-api custom_app --example with-mongoose