@statik-space/statik-cli
v1.8.0
Published
Statik CLI extension to handle all stack related activities with no further issues.
Downloads
184
Readme
This repository is a Statik CLI package
❓ What is in this document
🖥 Installation
npm install -g @statik-space/statik-cli
Usage
statik --help
Update
npm update -g @statik-space/statik-cli
Uninstall
npm remove -g @statik-space/statik-cli
Local development
Run the following command to start the local development:
yarn watch
Then, in the second terminal uninstall the global @statik-space/statik-cli
package, install the current project globally, and check the version of the statik command-line tool (it should print 0.0.0-dev
)
npm remove -g @statik-space/statik-cli
npm install -g i .
statik --version
# 0.0.0-dev
Use this command to install the official @statik-space/statik-cli
globally again, making it available as a command-line tool.
npm install -g @statik-space/statik-cli