Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 638 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 638 Bytes

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