@statik-space/statik-cli

1.8.0 • Public • Published

Statik CLI

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

Readme

Keywords

Package Sidebar

Install

npm i @statik-space/statik-cli

Weekly Downloads

3

Version

1.8.0

License

ISC

Unpacked Size

640 kB

Total Files

5

Last publish

Collaborators

  • rootkowsky
  • maxmatloka