https://github.com/unifiedjs/npm-tools
npm tools for @unifiedjs
https://github.com/unifiedjs/npm-tools
community governance unified
Last synced: about 2 months ago
JSON representation
npm tools for @unifiedjs
- Host: GitHub
- URL: https://github.com/unifiedjs/npm-tools
- Owner: unifiedjs
- License: mit
- Created: 2019-07-31T09:28:09.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-02-04T14:34:28.000Z (5 months ago)
- Last Synced: 2025-04-19T17:53:37.947Z (2 months ago)
- Topics: community, governance, unified
- Language: JavaScript
- Homepage: https://unifiedjs.com
- Size: 110 KB
- Stars: 12
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# npm tools
This projects manages the [unified][] collective organizations on npm:
* check org members, admins, and owners: rights, missing, unexpected
* check repos for the packages in them
* check teams: missing
* check team members: missing, unexpected
* check team packages: missing, unexpected, rights
* check package collaborators: unexpected, rightsnpm’s API is not really documented, see [`npm.md`][npm-md] for API details.
These tools automatically add packages, teams, org members, and team members
where needed, and warns about incorrectly configured entities.Most of this is hardcoded to work for unified.
In the future we hope to allow other collectives to use this as well.These tools work well with our [`github-tools`][github-tools].
The plan is to merge them together in some pluggable way in the future.[github-tools]: https://github.com/unifiedjs/github-tools
[npm-md]: npm.md
[unified]: https://github.com/unifiedjs