Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bluwy/publint
Lint packaging errors
https://github.com/bluwy/publint
Last synced: 3 days ago
JSON representation
Lint packaging errors
- Host: GitHub
- URL: https://github.com/bluwy/publint
- Owner: bluwy
- License: mit
- Created: 2022-02-21T06:20:06.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-01T15:04:22.000Z (10 days ago)
- Last Synced: 2025-01-01T15:29:12.805Z (10 days ago)
- Language: JavaScript
- Homepage: https://publint.dev
- Size: 819 KB
- Stars: 993
- Watchers: 5
- Forks: 24
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-list - publint
README
publint
Lint packaging errors. Ensure compatibility across environments.
## Usage
```bash
# Lint your library project
$ npx publint# Lint a dependency
$ npx publint ./node_modules/some-lib# Lint your project's dependencies based on package.json
$ npx publint deps
```Or try it online at https://publint.dev. For JavaScript usage, see [packages/publint/README.md](./packages/publint/README.md).
## Development
Use `pnpm install` to install all project dependencies.
There are 3 parts to this repo:
- [packages/publint](./packages/publint) - The `publint` npm package
- [site](./site) - The website
- [analysis](./analysis) - The analysis automation that lints popular npm packages for displaying their results on the websiteSee [CONTRIBUTING.md](./CONTRIBUTING.md) for more information.
## Sponsors
## License
MIT