Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 855 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 855 Bytes

hello

Generated with npm init nodets@0.0.0.

Scripts

npm start

Builds the script and runs it. Watches the project directory for changes, and reruns the script when file changes are detected.

npm run build

Builds the project and outputs it to the ./dist/ directory. Bundled with webpack and outputs a single executable.

npm run lint

Runs the linter.

npm run test

Runs the unit tests.

npm run test:watch

Runs the unit tests with watchers on the directory. Reruns when file changes are detected.

npm run coverage

Generates a coverage report.

npm run tsc

Builds the project and outputs it to the ./dist/ directory. Compiled with TypeScript and outputs JavaScript files.

npm run clean

Cleans the project directory of all compilation artifacts.

npm run docs

Generates the TSDocs for the current project.