Setup
SDK Access
Get access to stackr-js npm package
@stackr/stackr-js
package is currently access-listed and is not available
for public use. If you want to try it out, please contact us at
gm@stackrlabs.xyz
Stackr Hackerhouse participants
Fill up this form to get added to Stackr’s developer preview track and get access.
Generate NPM access token
- Login to your npm account
- Click on your profile picture on the top right corner and select
Access Tokens
- Click on
Generate New Token
and selectClassic Token
- Enter a name for your token and select
Read only
underPermissions
- Click on
Create Token
and copy the generated token
Make sure you are added to the Stackr’s NPM Org before continuing.
Add package scope to your bun config
Create bunfig.toml
in your root
edit the .bunfig.toml
file and add the following lines
Refer bun’s documentation for more - Scopes and registries
Uninstalling Stackr-CLI
In case you want to remove the stackr CLI from your system, (the only case being you want to install a fresh setup 😤), you can do so by running the following command