Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

README.md

apitree-cli-example

Example project CLI application

Requirements

  • Node.js >= 13.x
  • Yarn >= 1.22.x

Installation

npm i

Development

Run in development mode (help)

yarn run dev --help

Run create command

yarn run dev create --name awesome-application

Run update command

yarn run dev update

Build application

Build application

npm run build

Publish in localhost (after build)

npm pack
npm i -g apitree-apitree-cli-example-0.1.0-alpha.1.tgz

Publish to remote repository

You must own NPM repository (logged in NPM or with .npmrc file)

npm publish

Run application

After publish (localhost or remote)

at-example create --name awesome-app

or with aliasses

at-example c -n awesome-app

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.