@techjs/hello
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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.

/@techjs/hello/

    Package Sidebar

    Install

    npm i @techjs/hello

    Weekly Downloads

    1

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    23.2 kB

    Total Files

    12

    Last publish

    Collaborators

    • johnfedoruk