0.0.16 • Published 1 year ago

@ultraos/ultratest v0.0.16

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

Example TypeScript Library

Start a new library without all the setup.

Includes all the cicd and testing necessary to quickly build out a library in TypeScript.

Exports to ESM and CommonJS.

Development

Install Node 18+

Install Library Globally

Note: This will not work until we publish to NPM

npm i -g @ultraos/ultratest

Install Library Locally

  1. Clone this repository.
  2. Navigate into the folder created.
  3. Run npm install
  4. Run npm link .
  5. Run ultratest -h
  6. Create $HOME/ultratest directory if missing. Run mkdir $HOME/ultratest

Build Types

This library only exports types.

npm run build