https://github.com/dotmind/create-dotmind-api
https://github.com/dotmind/create-dotmind-api
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dotmind/create-dotmind-api
- Owner: dotmind
- Created: 2022-03-31T10:01:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-14T09:08:08.000Z (over 3 years ago)
- Last Synced: 2024-04-24T13:35:58.747Z (about 2 years ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
@dotmind/create-dotmind-api
Use dotmind boilerplate to create new project. Builded by .mind.io
## Menu
- [Menu](#menu)
- [👷♂️ How it's work](#️-how-its-work)
- [Use npx](#use-npx)
- [🔐 License](#-license)
## 👷♂️ How it's work
### Use npx
```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](https://github.com/dotmind/boilerplates-templates).
For example :
```bash
npx @dotmind/create-dotmind-api custom_app --example with-mongoose
```
## 🔐 License
[MIT](https://choosealicense.com/licenses/mit/)