Skip to content

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

License

Notifications You must be signed in to change notification settings

glebbash/create-ts-lib-gh

Repository files navigation

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.