An open API service indexing awesome lists of open source software.

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

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