0.1.4 • Published 4 years ago

@arcadiasoftwaredevelopment/create-arcadia-project v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

create-arcadia-project

The command line tool that is used to create project and increase productivity for Arcadia Software Development company.

Installation and Usage

npm i @arcadiasoftwaredevelopment/create-arcadia-project -g

Login to Bitbucket

create-arcadia-project login

List all available project templates

create-arcadia-project template --list

Clean-up downloaded project templates from your local storage

create-arcadia-project template --clean

Create new project

create-arcadia-project new --template <TEMPLATE_NAME> --project <PROJECT_NAME> --database <DATABASE_NAME>