https://github.com/worktile/pkg-manager
📦🚀 Worktile Package Manager for automate versioning and package publishing
https://github.com/worktile/pkg-manager
Last synced: 7 months ago
JSON representation
📦🚀 Worktile Package Manager for automate versioning and package publishing
- Host: GitHub
- URL: https://github.com/worktile/pkg-manager
- Owner: worktile
- License: mit
- Created: 2021-06-24T05:56:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T09:20:57.000Z (almost 2 years ago)
- Last Synced: 2024-04-25T10:34:07.324Z (almost 2 years ago)
- Language: TypeScript
- Homepage: https://worktile.github.io/pkg-manager
- Size: 952 KB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## 🚀 Worktile Package Manager 🚀
[](https://github.com/docgeni/docgeni)
[](https://www.npmjs.com/package/@worktile/pkg-manager)
[](https://www.npmjs.com/package/@worktile/pkg-manager)
[](https://github.com/prettier/prettier)
Generic CLI tool to automate versioning and package publishing related tasks:
- Bump version (in e.g. package.json)
- Git create branch, commit, tag, push
- Execute any (test or build) commands using hooks
- Create release
- Generate changelog
## Installation
```bash
$ npm i @worktile/pkg-manager --save-dev
// or
$ yarn add @worktile/pkg-manager -D
```
## Quick Links
- ✨ Learn about it on the [docs site](https://worktile.github.io/pkg-manager)
- 🚀 [wpm release](https://worktile.github.io/pkg-manager/release)
- 📦 [wpm publish](https://worktile.github.io/pkg-manager/publish)
## LICENSE
[MIT LICENSE](https://github.com/worktile/pkg-manager/blob/master/LICENSE)