Package Exports
- @gvrs-nx/ts-package
- @gvrs-nx/ts-package/src/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@gvrs-nx/ts-package) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@gvrs-nx/ts-package
An Nx preset for generating a ready-to-publish TS package
Usage
To create an Nx workspace with this preset, use the --preset of create-nx-workspace
npx create-nx-workspace@latest --preset @gvrs-nx/ts-packageIncluded features
- CJS and ESM dual-format build with Rollup through
@nx/rollup:rollup - Unit testing with Vitest through
@nx/vite:test - Linting with ESLint through
@nx/eslint:lint - Conventional commits enforcement through commitlint and husky
- Semver versioning and CHANGELOG generation through
@jscutlery/semver - Local publishing with Verdaccio through
@nx/js:verdaccio - Publishing to NPM through
ngx-deploy-npm
Licence
MIT © Aliaksandr Haurusiou.