Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/go-zepto/zepto-cli
https://github.com/go-zepto/zepto-cli
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/go-zepto/zepto-cli
- Owner: go-zepto
- Created: 2020-05-30T08:21:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T23:35:15.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T06:36:20.932Z (7 months ago)
- Language: Go
- Size: 4.21 MB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zepto-cli
This is a CLI that helps in creating projects using the Zepto framework.
## Releasing a new version
1 - Make build to generate new pkger bundle:
```bash
make build
```2 - Change version in `version.go`
3 - Commit and Release in Github