https://github.com/jogiter/shared
shared for develop
https://github.com/jogiter/shared
Last synced: 10 days ago
JSON representation
shared for develop
- Host: GitHub
- URL: https://github.com/jogiter/shared
- Owner: Jogiter
- Created: 2022-03-31T08:11:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T09:23:28.000Z (over 3 years ago)
- Last Synced: 2025-05-20T18:19:57.710Z (about 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
```