@iamturns/turns-starter-ts-lib

Boilerplate powered by TypeScript, with:

Usage no npm install needed!

<script type="module">
  import iamturnsTurnsStarterTsLib from 'https://cdn.skypack.dev/@iamturns/turns-starter-ts-lib';
</script>

README

turns-starter-ts-lib

Boilerplate powered by TypeScript, with:

  • tsdx for building and testing (powered by Rollup and Jest)
    • Great features: tree-shaking, minification, live reload
  • Monorepo
  • :rocket: CI/CD
    • Automatic validation in pull requests, powered by CircleCI
    • Automatic versioning and release to NPM after merging to master, powered by semantic-release
  • :book: Documentation templates
  • :tada: More!
    • Automatically format and test changed files, powered by lint-staged
    • VS Code settings

Getting setup:

  • Replace "turns-starter-ts-lib" with your app name
  • Replace "Matt Turnbull" with your name
  • Replace "matt@iamturns.com" with your email
  • Replace "iamturns.com" with your website
  • Replace "iamturns" with your username
  • Fill out the README.md below
  • npm login
  • npm token create
  • Add a secret
    • NPM_TOKEN
  • Delete this section

Version Downloads Last commit Build License PRs Welcome Code of conduct

A one-liner for your app


Write an excellent introduction to your app.

Setup

Usage

Inspiration

Credits

This project is authored and maintained by Matt Turnbull (iamturns.com / @iamturns).

A big thank you to all contributors 🏆

License

Open-source under MIT License.

FAQ

Uh oh, something went wrong!

Sorry about that. Please submit a bug report using the GitHub issue tracker.

I wish something was different…

Keen to hear all ideas in GitHub discussions.

Can I contribute code?

Yes please! See DEVELOPING.md.

My question isn't answered :(

Ask away in GitHub discussions.