An open API service indexing awesome lists of open source software.

https://github.com/formspree/statickit-cli

The StaticKit command line interface
https://github.com/formspree/statickit-cli

nodejs statickit

Last synced: about 1 year ago
JSON representation

The StaticKit command line interface

Awesome Lists containing this project

README

          

# StaticKit CLI [![CircleCI](https://circleci.com/gh/unstacked/statickit-cli.svg?style=svg)](https://circleci.com/gh/unstacked/statickit-cli)

The command line interface for [StaticKit](https://statickit.com).

## Installation

Run the following to install on your machine:

```bash
npm i -g @statickit/cli
```

## Releasing

Run the following to publish a new version:

```bash
npm run release
```