@rshaker/smoketest-npm
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

smoketest-npm

A minimal template project demonstrating how to bundle Typescript code for distribution as a nodejs package, and as a umd-compatible download through unpkg.com.

Usage

% git clone https://github.com/rshaker/smoketest-npm
% cd smoketest-npm
% nvm use

Found '/Users/rshaker/smoketest-npm/.nvmrc' with version <v18.12.1>
Now using node v18.12.1 (npm v9.2.0)
% npm install
% npm build
% node test/testNode.js

Node.js test passed successfully.
% open test/testBrowser.html

Browser test passed successfully.

Package Sidebar

Install

npm i @rshaker/smoketest-npm

Weekly Downloads

5

Version

1.2.1

License

MIT

Unpacked Size

1.11 MB

Total Files

12

Last publish

Collaborators

  • rshaker