Skip to content

Commit

Permalink
Add some readme
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickreimer committed Oct 17, 2019
1 parent 9a01e6e commit 0988221
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@
# 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 in your project:

```bash
npm install --save-dev @statickit/cli
```

Then, run the `statickit` command:

```bash
npx statickit deploy
```

## Releasing

Run the following to publish a new version:

```bash
npm run release
```

0 comments on commit 0988221

Please sign in to comment.