Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/formspree/formspree-cli
https://github.com/formspree/formspree-cli
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/formspree/formspree-cli
- Owner: formspree
- License: mit
- Created: 2020-07-09T00:57:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T13:40:19.000Z (almost 2 years ago)
- Last Synced: 2024-11-05T22:15:27.549Z (about 2 months ago)
- Language: JavaScript
- Size: 887 KB
- Stars: 8
- Watchers: 4
- 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
```