A starter project for creating TypeScript libraries with zero setup. It provides RollupJS for optimized bundles, Jest for testing and coverage, Prettier and TSLint for code formatting, TypeDoc for automatic documentation, and optional semantic release with changelog generation. Version 0.0.1 is an early release; the package is not actively maintained and is intended as a template generator rather than a runtime library. It competes with other starters like create-react-library and tsdx, but is more opinionated.
npm install printnode-tsVerified import paths — ran on the pinned version, not inferred.
Shows full setup: cloning the starter, creating a simple TypeScript export, building, and verifying the output.
Do not install 'printnode-ts' from npm expecting a usable library. Instead, use the template to scaffold your own library.
Migrate to ESLint with typescript-eslint plugin.
Update engines to Node >=12 or use an older version of dependencies.
Remove Greenkeeper badge or replace with Renovate or Dependabot configuration.
Use the starter template to create your own library; do not npm install 'printnode-ts'.
Run npm install from the cloned repository root.
Use `const myLib = require('mylib')` instead.