Skip to content

This repository is meant to test DevOps configurations.

Notifications You must be signed in to change notification settings

technetiumjs/hello

Repository files navigation

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.

About

This repository is meant to test DevOps configurations.

Resources

Stars

Watchers

Forks

Packages

No packages published