Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glebbash/create-ts-lib-gh
Cli to create public typescript libraries hosted on GitHub and published to NPM.
https://github.com/glebbash/create-ts-lib-gh
hacktoberfest typescript
Last synced: about 2 months ago
JSON representation
Cli to create public typescript libraries hosted on GitHub and published to NPM.
- Host: GitHub
- URL: https://github.com/glebbash/create-ts-lib-gh
- Owner: glebbash
- License: mit
- Created: 2021-04-11T18:23:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-24T17:36:27.000Z (about 1 year ago)
- Last Synced: 2024-11-02T06:20:41.320Z (about 2 months ago)
- Topics: hacktoberfest, typescript
- Language: TypeScript
- Homepage:
- Size: 740 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# create-ts-lib-gh
[![Deploy](https://github.com/glebbash/create-ts-lib-gh/workflows/build/badge.svg)](https://github.com/glebbash/create-ts-lib-gh/actions)
[![Coverage Status](https://coveralls.io/repos/github/glebbash/create-ts-lib-gh/badge.svg?branch=master)](https://coveralls.io/github/glebbash/create-ts-lib-gh?branch=master)Cli to create public typescript libraries hosted on GitHub and published to NPM.
Usage:
```sh
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:
- JestThis project is [MIT Licensed](LICENSE).