UNPKG

lerna-command-preset-gpm

Version:
49 lines (34 loc) 1.35 kB
# lerna-command-preset-gpm [![NPM version](https://img.shields.io/npm/v/lerna-command-preset-gpm.svg?style=flat-square)](https://www.npmjs.com/package/lerna-command-preset-gpm) [![NPM Downloads](https://img.shields.io/npm/dm/lerna-command-preset-gpm.svg?style=flat-square&maxAge=43200)](https://www.npmjs.com/package/lerna-command-preset-gpm) [![Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://prettier.io/) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=flat-square)](https://conventionalcommits.org) > GPM commands preset ## Installation ```bash npm install lerna-cli lerna-command-preset-gpm -D ``` ## Usage - `lerna.json` ```json { "extendCommands": ["lerna-command-preset-gpm"] } ``` ```bash npx lerna help ``` ## Contributing - Fork it! - Create your new branch: `git checkout -b feature-new` or `git checkout -b fix-which-bug` - Start your magic work now - Make sure npm test passes - Commit your changes: `git commit -am 'feat: some description (close #123)'` or `git commit -am 'fix: some description (fix #123)'` - Push to the branch: `git push` - Submit a pull request :) ## Authors This library is written and maintained by [imcuttle](mailto:imcuttle@163.com). ## License MIT - [imcuttle](mailto:imcuttle@163.com)