@seliseblocks/block-cli
v0.0.2
Published
`@seliseblocks/block-cli` is a CLI tool designed to quickly initiate projects. This tool provides a streamlined way to set up a new project with a single command.
Downloads
130
Maintainers
Keywords
Readme
@seliseblocks/block-cli
@seliseblocks/block-cli
is a CLI tool designed to quickly initiate projects. This tool provides a streamlined way to set up a new project with a single command.
Installation
To use @seliseblocks/block-cli
, install it globally via npm:
npm install -g @seliseblocks/block-cli
Usage
Once installed, you can use block-cli commands from the command line.
Create workspace:
new (n) <project name>
Run the application:
cd <project name>
npm i
npm run build
npm run start
Available Commands
| Command | Description |
|---------------|-------------------------------------------------------|
| new
(n
) | Initializes a new project using the provided starter template. |
| version
(v
)| Displays the current version of the CLI tool. |