https://github.com/formspree/formspree-cli
https://github.com/formspree/formspree-cli
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/formspree/formspree-cli
- Owner: formspree
- License: mit
- Created: 2020-07-09T00:57:25.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T13:40:19.000Z (over 3 years ago)
- Last Synced: 2025-03-25T09:03:36.627Z (about 1 year ago)
- Language: JavaScript
- Size: 887 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Formspree CLI
The command line interface for [Formspree](https://formspree.io).
## Installation
Run the following to install on your machine:
```bash
npm i -g @formspree/cli
```
## Releasing
Run the following to publish a new version:
```bash
npm run release
```