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
- Host: GitHub
- URL: https://github.com/formspree/statickit-cli
- Owner: formspree
- License: mit
- Created: 2019-10-02T19:44:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-22T12:51:20.000Z (over 4 years ago)
- Last Synced: 2025-03-02T17:39:04.440Z (over 1 year ago)
- Topics: nodejs, statickit
- Language: JavaScript
- Homepage: https://statickit.com
- Size: 353 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# StaticKit CLI [](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
```