Skip to content

tlibjs/package-template

Repository files navigation

@tlib/package-template

npm package @tlib/package-template GitHub package.json dependency version (dev dep on branch) semantic-release

a template to quickly code and publish your TypeScript package

Use This Template

Features

  • Yarn

  • TypeScript

  • Babel

    • auto polyfilled with corejs
  • lint

  • rollup

    • build your projects targeting CommonJS / ES Modules / bundle
    • auto generate package.json entry points
  • test with jest

  • semantic versioning and releasing

    Auto versioning and publishing with semantic-release and GitHub actions

    To use this feature, please edit meta fields in package.json. Especially, please replace name will your new package name.