0.0.3 • Published 3 years ago

create-datoit-app v0.0.3

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
3 years ago

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