The Tapplet Registrant is a simple tool that allows you to quickly register your tapplet in the Taru Universe Tapplets Registry.
Make sure the GitHub Access Token is created and added to the ~/.npmrc
file. See Working with the npm registry.
//npm.pkg.github.com/:_authToken=TOKEN
To add the GitHyb Access Token run
tapp-registrant ghp
To view registry info run
npm view
Note: The tapplet version in the tapplet.manifest.json
and package.json
must be the same.
To init the Tapplet registration process run
tapp-registrant init
To validate the Tapplet manifest file run
tapp-registrant check-manifest
To register the Tapplet to the registry run
tapp-registrant register
To update the Tapplet already register in the registry run
tapp-registrant update
To deprecate the given tapplet version run
tapp-registrant deprecate <version>
To see all available commands run
tapp-registrant