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

https://github.com/pacotejs/pacote

A box of goodies, in TypeScript.
https://github.com/pacotejs/pacote

javascript lerna monorepo react typescript

Last synced: 12 months ago
JSON representation

A box of goodies, in TypeScript.

Awesome Lists containing this project

README

          

# [@pacote](https://www.npmjs.com/org/pacote)

[![codecov](https://codecov.io/gh/PacoteJS/pacote/branch/main/graph/badge.svg)](https://codecov.io/gh/PacoteJS/pacote)

Monorepo for the [@pacote](https://www.npmjs.com/org/pacote) organisation.

| Script | Description |
| -------------------- | ---------------------------------------------- |
| `pnpm build` | Builds packages for distribution. |
| `pnpm build:docs` | Builds documentation from the source code. |
| `pnpm clean` | Deletes all build artifacts. |
| `pnpm commit` | Creates a new conventional commit. |
| `pnpm format` | Formats codebase. |
| `pnpm lint` | Runs static code analysis. |
| `pnpm plop` | Creates a new package. |
| `pnpm release` | Publishes all eligible package updates to NPM. |
| `pnpm test` | Runs tests. |
| `pnpm test:coverage` | Runs tests with coverage report. |

## License

MIT © [Luís Rodrigues](https://goblindegook.com).