Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nmsn/release-toolbox
A command line gui npm/github release and push script.
https://github.com/nmsn/release-toolbox
github-publish gui npm-publish
Last synced: 8 days ago
JSON representation
A command line gui npm/github release and push script.
- Host: GitHub
- URL: https://github.com/nmsn/release-toolbox
- Owner: nmsn
- License: mit
- Created: 2022-12-07T08:31:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T16:41:57.000Z (about 1 year ago)
- Last Synced: 2025-01-08T20:00:03.684Z (29 days ago)
- Topics: github-publish, gui, npm-publish
- Language: TypeScript
- Homepage:
- Size: 318 KB
- Stars: 15
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# release-toolbox
![npm](https://img.shields.io/npm/v/release-toolbox)
![node version](https://img.shields.io/node/v/release-toolbox)
![license](https://img.shields.io/npm/l/release-toolbox)
![size](https://img.shields.io/bundlephobia/min/release-toolbox)
![last commit](https://img.shields.io/github/last-commit/nmsn/release-toolbox)
![commit activity](https://img.shields.io/github/commit-activity/y/nmsn/release-toolbox)English | [简体中文](./README.zh-CN.md)
A command line gui `npm/github` release and push script.
## Features
- Light weight.
- `gui` interface operation.
- Version selection in accordance with the `semver` specification.
- Support for `npm/github` tag, support for adding `github release` information.## TODO
- [ ] Improve error capture.
- [ ] Add process loading animation.
- [ ] Add `release` template.
- [ ] Optimize package size.## Contributing
- [nmsn](https://github.com/nmsn)
## License
[MIT License](https://github.com/nmsn/release-toolbox/blob/main/LICENSE)