https://github.com/phanect/npmlint
Lint your package before publishing npm packages
https://github.com/phanect/npmlint
Last synced: 6 months ago
JSON representation
Lint your package before publishing npm packages
- Host: GitHub
- URL: https://github.com/phanect/npmlint
- Owner: phanect
- License: apache-2.0
- Created: 2025-12-02T05:27:08.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-12-03T22:09:24.000Z (7 months ago)
- Last Synced: 2025-12-04T23:53:41.649Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# npmlint
Lint your package before publishing npm packages
> [!CAUTION]
> Currently WIP. Do not use in production.
## Install
```sh
npm install -D npmlint
```
## Development
### Prerequisites
- [mise](https://mise.jdx.dev)
- Node.js is installed by mise.
### Run local server
```sh
cd /path/to/npmlint
mise install
mise build
```
## License & Credits
Licensed under the [Apache License 2.0](./LICENSE.txt).
Copyright © 2025-present Jumpei Ogawa