https://github.com/powerfulyang/tools
https://github.com/powerfulyang/tools
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/powerfulyang/tools
- Owner: powerfulyang
- Created: 2020-09-26T01:44:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-09T20:54:56.000Z (over 2 years ago)
- Last Synced: 2025-02-04T00:47:48.523Z (8 months ago)
- Size: 3.58 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clone
1. `git clone --recurse-submodules git@github.com:powerfulyang/tools.git`
2. `git submodule foreach git checkout master`# Install `lerna` and `pnpm`
1. `npm i -g lerna pnpm`
2. `lerna bootstrap`