Skip to content

kirklewis/ts-scaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TS Scaffold

A starter TypeScript project to get up and running quickly. The tsconfig.json file can be further configured as desired.

Development

Run Tests

npm test

# with coverate report
npm run test:ci

Build

npm run build

Importing Modules

New modules added to lib/ can be exported from index.ts so all modules are listed in a single place. As a result of this:

  • all tests can simply import any module from index.ts.

  • once the project is built all modules will be available from index.js.

This approach is completely optional.

License

MIT

About

A starter TypeScript project to get up and running quickly.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published