https://github.com/timreynolds/typescript-npm-package-starter
Starter for creating NPM packages using TypeScript
https://github.com/timreynolds/typescript-npm-package-starter
boilerplate javascript npm starter-kit template ts tslint typescript
Last synced: about 2 months ago
JSON representation
Starter for creating NPM packages using TypeScript
- Host: GitHub
- URL: https://github.com/timreynolds/typescript-npm-package-starter
- Owner: timReynolds
- License: mit
- Created: 2017-08-26T11:50:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T22:10:46.000Z (over 2 years ago)
- Last Synced: 2025-04-09T19:07:23.983Z (2 months ago)
- Topics: boilerplate, javascript, npm, starter-kit, template, ts, tslint, typescript
- Language: TypeScript
- Size: 105 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Typescript NPM Package Starter
=========================[](https://david-dm.org/timreynolds/typescript-npm-package-starter#info=devDependencies)
[](https://travis-ci.org/timReynolds/typescript-npm-package-starter)
[](https://codeclimate.com/github/timReynolds/typescript-npm-package-starter/maintainability)
[](https://codeclimate.com/github/timReynolds/typescript-npm-package-starter/test_coverage)An opinionated setup for creating npm packages using typescript.
# Features
* TS to JS complication
* Testing via [Jest](https://github.com/facebook/jest), includes coverage
* [TSLint](https://palantir.github.io/tslint/)
* [Prettier](https://github.com/prettier/prettier), performed automatically on commit
* Pre hooks
* ignore files to ensure minimal code is stored/shipped
* helpful badges
* travis setup