Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jogiter/shared

shared for develop
https://github.com/jogiter/shared

Last synced: 9 days ago
JSON representation

shared for develop

Awesome Lists containing this project

README

        

# shared

## dev

```sh
# add dependency
lerna add pkg --scope pkgName --save
# remove dependency
lerna exec yarn remove pkg --scope pkgName

# better git-commit
yarn commit

# prepare to publish to npm
lerna run prepare

# update version
lerna version

# publish
lerna publish from-package
```