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.
- Host: GitHub
- URL: https://github.com/pacotejs/pacote
- Owner: PacoteJS
- License: mit
- Created: 2018-09-28T00:43:53.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-07-15T10:42:57.000Z (12 months ago)
- Last Synced: 2025-07-16T00:21:44.551Z (12 months ago)
- Topics: javascript, lerna, monorepo, react, typescript
- Language: TypeScript
- Homepage: https://pacotejs.github.io/pacote/
- Size: 27.7 MB
- Stars: 18
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [@pacote](https://www.npmjs.com/org/pacote)
[](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).