create-datoit-app
v0.0.3
Published
Generate a new datoit application.
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-projectUsing npx
npx create-datoit-app my-projectManual install
Using yarn
yarn global add create-datoit-app
create-datoit-app my-appUsing npm
npm install -g create-datoit-app
create-datoit-app my-app