Skip to content

formspree/formspree-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StaticKit CLI CircleCI

The command line interface for StaticKit.

Installation

Run the following to install in your project:

npm install --save-dev @statickit/cli

Then, run the statickit command:

npx statickit deploy

Releasing

Run the following to publish a new version:

npm run release