szsti-cli
v1.0.6
Published
### Install Make sure you have an up-to-date version of Node.js installed and your current working directory is the one where you intend to create a project. Run the following command in your command line (without the > sign):
Downloads
1
Readme
Getting Started
Install
Make sure you have an up-to-date version of Node.js installed and your current working directory is the one where you intend to create a project. Run the following command in your command line (without the > sign):
With NPM:
> npm install szsti-cli -g
With Yarn:
> yarn install szsti-cli -g
Create a project
> szsti create <your-project-name>
or
> szsti-cli create <your-project-name>