@inventive/sdk
v0.8.0
Published
SDK library for types, function calls and React components to embed Inventive content in any web app
Downloads
1,788
Readme
inventive-sdk
SDK library for types, function calls and React components to embed Inventive content in any web app
Getting Started
Commit message
We use Conventional Commit to enforce commit message style. Here is a list of rules to follow.
<type>: <short summary>
│ │
│ └─⫸ Summary in present tense. Not capitalized. No period at the end.
│
└─⫸ Commit Type: build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test
Manual publish
- Make sure you are logged into your npm for
--scope=@inventive
:npm login --scope=@inventive
- Make sure the version number is properly bumped
- In the command line, run the following command:
it will build the package and publish it to the npm registry under the said version number.yarn publish:npm