Skip to content

Has the complete tooling and dependencies in order to create a basic typescript library

Notifications You must be signed in to change notification settings

luisantunesdeveloper/typescript-library-boilerplate

Repository files navigation

Typescript-library-boilerplate

Features

  • Compiles Typescript
  • Watch for changes
  • Has basic tooling for tests, linting
  • Enforces a more functional coding style through the linter

Getting started

git clone https://github.com/luisantunesdeveloper/typescript-basic-boilerplate.git <project_name>
npm install

Development

Use src/ directory. All files are compiled and copied to the output directory dist/.

Build

npm run build
npm run build:watch

Test

npm run test
npm run test:watch

Lint

npm run lint

About

Has the complete tooling and dependencies in order to create a basic typescript library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published