monopkgs
v1.5.240
Published
mono-pkgs
Readme
monopkgs (WIP)
Update monorepo packages/**/package.json, and LICENSES
Usage
cd $path_to_your_monorepo_root && npx monopkgsFeat & Roadmap
- [ ] Check worktree clean before run with
git diff --quiet(you can run manually) - [x] Update
packages/**/package.jsonfrom/package.json- [x] repository:
${root.repository}/tree/${mainBranchName}/${pkgRelDir} - [x] homepage:
${repository}#readme - [x] bugs search
${repo}/issues?q=is%3Aissue+is%3Aopen+${package_name} - [x] license
${root.license} - [x] author
${root.author} - [ ] format with
sort-package-jsonif installed in root repo
- [x] repository:
- [ ] copy
/LICENSE.mdinto packages - [ ] aggregate links of
packages/**/README.mdinto/INDEX.md - [x] args config:
- [ ] read
pnpm-workspaces.yamlor not - [ ] read workspaces in
package.jsonor not - [ ] overwrite or keep existed fields
- [ ] overwrite or keep existed files
- [ ] read
- [x] respect .gitignores
Reference
About
License
GPLv3 - The GNU General Public License v3.0 - GNU Project - Free Software Foundation
Author
Author: snomiao [email protected] Website: snomiao.com
Sponsors
- None yet.
Claim your sponsorship by donating snomiao <Email: [email protected]>
Contribute
The main repo is in here, any issue and PR's welcome.
