freitzzz / publint

Lint packaging errors

Home Page:https://publint.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


publint

Lint packaging errors. Ensure compatibility across environments.

Try it online


Usage

# 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 pkg/README.md.

Development

Use pnpm install to install all project dependencies.

There are 3 parts to this repo:

  • pkg - The publint npm package
  • site - The website
  • analysis - The analysis automation that lints popular npm packages for displaying their results on the website

See CONTRIBUTING.md for more information.

Sponsors

Sponsors

License

MIT

About

Lint packaging errors

https://publint.dev

License:MIT License


Languages

Language:JavaScript 74.9%Language:Svelte 18.1%Language:HTML 3.4%Language:CSS 3.3%Language:Shell 0.3%