Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jogiter/shared
shared for develop
https://github.com/jogiter/shared
Last synced: 9 days ago
JSON representation
shared for develop
- Host: GitHub
- URL: https://github.com/jogiter/shared
- Owner: Jogiter
- Created: 2022-03-31T08:11:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T09:23:28.000Z (almost 3 years ago)
- Last Synced: 2024-11-07T18:22:51.676Z (2 months ago)
- Language: TypeScript
- Homepage: shared-virid.vercel.app
- Size: 576 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```