@nebulr-group/nblocks-ts-client
v5.4.1
Published
This library contains the low level NBlocks client that is shipped with all of our NBlocks plug-n-play experiences for different technologies.
Downloads
359
Readme
Nebulr NBlocks TS Client
Welcome to NBlocks, the platform toolbox from Nebulr made by developers for developers. If you're new to this concept, head over to our site and check out the capabilities.
Installing
Stable
npm i @nebulr-group/nblocks-ts-client
Beta
npm i @nebulr-group/nblocks-ts-client@beta
Alpha (local Verdaccio)
npm i @nebulr-group/nblocks-ts-client@alpha --registry http://verdaccio:4873
Publishing
Publishing is handled by Github actions.
Publish stable version (NPM)
npm run npm-publish
Publish beta version (NPM)
Versions are tagged as beta and should be suffixed with -beta.X
, e.g. 3.0.0-beta.4
npm run npm-publish-beta
Publish alpha version (local Verdaccio)
Versions are tagged as alpha and should be suffixed with -alpha.X
, e.g. 3.0.0-alpha.4
npm run npm-publish-local