Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 734 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 734 Bytes

create-ts-lib-gh

Deploy Coverage Status

Cli to create public typescript libraries hosted on GitHub and published to NPM.

Usage:

npx create-ts-lib-gh

What's included:

  • CI/CD:
    • github-actions: build test and publish to npm
    • husky(git-hooks): commit message linting, running tests
    • coverage: coveralls
  • Formatting:
    • ESLint and Prettier
    • Editorconfig
  • Testing:
    • Jest

This project is MIT Licensed.