create-datoit-app
v0.0.3
Published
Generate a new datoit application.
Downloads
2
Maintainers
Readme
Create datoit app
This package includes the create-datoit-app
CLI to make the creation of a datoit project lighter.
How to use
Quick usage (recommended)
Using yarn create command
yarn create datoit-app my-project
Using npx
npx create-datoit-app my-project
Manual install
Using yarn
yarn global add create-datoit-app
create-datoit-app my-app
Using npm
npm install -g create-datoit-app
create-datoit-app my-app