An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## 🚀 Worktile Package Manager 🚀

[![docgeni](https://img.shields.io/badge/docs%20by-docgeni-348fe4)](https://github.com/docgeni/docgeni)
[![npm (scoped)](https://img.shields.io/npm/v/@worktile/pkg-manager?style=flat)](https://www.npmjs.com/package/@worktile/pkg-manager)
[![npm](https://img.shields.io/npm/dm/@worktile/pkg-manager)](https://www.npmjs.com/package/@worktile/pkg-manager)
[![npm](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square
)](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)