0.0.16 • Published 1 year ago
@ultraos/ultratest v0.0.16
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
- Clone this repository.
- Navigate into the folder created.
- Run
npm install
- Run
npm link .
- Run
ultratest -h
- Create $HOME/ultratest directory if missing. Run
mkdir $HOME/ultratest
Build Types
This library only exports types.
npm run build