# decoo-sdk **Repository Path**: decooio/decoo-sdk ## Basic Information - **Project Name**: decoo-sdk - **Description**: No description available - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-09 - **Last Updated**: 2021-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Development ## Install [lerna](https://github.com/lerna/lerna) ```sh $ yarn global add lerna ``` ## Install [aegir](https://github.com/ipfs/aegir) ```sh $ yarn global add aegir ``` ## Build ```sh $ yarn build ``` # Publish Create an *.npmrc* file under the project directory with following contents: ``` //registry.npmjs.org/:_authToken=${NPM_TOKEN} ``` and run command: ```sh $ yarn release ``` # Usage Check the package on [npmjs](https://www.npmjs.com/package/@decooio/sdk).