A TypeScript library starter project by Alex Jover Morales, version 0.1.0. It provides a zero-setup environment with RollupJS for optimized bundles, Jest for testing, Prettier and TSLint for code quality, TypeDoc for documentation, and automatic type generation. Supports tree-shaking and multi-platform bundles. Note: this is a starter template, not a library, but published as an npm package. Release cadence is unknown.
npm install xc-core-tsVerified import paths — ran on the pinned version, not inferred.
Shows how to clone and use the starter template, then import the generated library.
Clone the repository and build your own library; do not npm install xc-core-ts for use as a dependency.
Migrate to ESLint using packages like @typescript-eslint/eslint-plugin.
Remove Greenkeeper and set up Dependabot or Renovate for dependency updates.
Update engines field in package.json to >=10.0.0 or later.
Review rollup.config.js and update to latest Rollup plugin versions.
Do not npm install xc-core-ts as a dependency. Clone the repo and build your own library.
Replace TSLint with ESLint and @typescript-eslint/parser and plugin.
Update your Node.js version or modify the engines field to match your environment.
No dependency data recorded yet.