New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@statik-space/statik-cli

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@statik-space/statik-cli

Statik CLI extension to handle all stack related activities with no further issues.

latest
Source
npmnpm
Version
1.8.0
Version published
Maintainers
2
Created
Source

Statik CLI

This repository is a Statik CLI package

❓ What is in this document

  • 🖥 Installation

🖥 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

Keywords

statik

FAQs

Package last updated on 26 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts