Skip to content

aranwmurphy/ts-library-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ts-library-starter

TypeScript library starter template

Available Scripts

In the project directory, you can run:

npm test

Runs the library test suite, and reports the results of each test.

npm build

Builds the library for production to the lib folder.
It correctly bundles the library in production mode and optimizes the build for the best performance.

npm lint

Lints the project files.

Usage

JavaScript

async function main() {
    // ... add code here
}

TypeScript

async function main(): Promise<void> {
    // ... add code here
}

License

MIT

About

TypeScript library starter template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published