publint

Lint packaging errors

README

  publint

  Lint packaging errors. Ensure compatibility across environments.

Try it online


Usage


  1. ```bash
  2. # Lint your library project
  3. $ npx publint

  4. # Lint a dependency
  5. $ npx publint ./node_modules/some-lib

  6. # Lint your project's dependencies based on package.json
  7. $ npx publint deps
  8. ```

Or try it online at https://publint.dev. For JavaScript usage, see pkg/README.md.

Development


Use pnpm install to install all project dependencies.

There are 2 parts to this repo:

- pkg - Thepublint npm package
- site - The website

See CONTRIBUTING.md for more information.

Sponsors


Sponsors


License


MIT