sdk-ts 0.0.1
Install from the command line:
Learn more about npm packages
$ npm install @Luos-io/sdk-ts@0.0.1
Install via package.json:
"@Luos-io/sdk-ts": "0.0.1"
About this version
Install the dependancies with the command : yarn install
.
Execute the command : yarn dev
.
The command is underlaying multiple actions :
- Executing the typescript runtime
tsc
in watch mode. - Executing the plugin runtime
tsc-alias
in watch mode to convert absolute paths into relative ones. - Executing the
rollup
packager in watch mode to create :- UMD bundle for browser usage on the frontend :
index.umd.js
- ESModule bundle for the backend usage like our CLI :
index.esm.js
- UMD bundle for browser usage on the frontend :
You can use ACT to validate the workflows locally :
- Install ACT (See link for other systems):
brew install act
- Setup secrets variables in the
.act/.secrets
file :
NPM_TOKEN=
GITHUB_TOKEN=