@genki-labs/api-types
v0.1.8
Published
Shared frontend backend API types for Genki.
Readme
API Types
Shared frontend backend API types for Genki.
It includes the interfaces of:
- GenkiBox
- GenkiBox Portal
Publish the package from release
- Go to
tags→Releases→Draft a new release(or https://github.com/genki-labs/api-types/releases/new) - In
Choose a tag, type in the new version. For example,v0.0.60. - Create the release note automatically by
Generate release notes. Publish release
Publish the package from local
Initialize the project. (You don't need you run it.)
npm init --scope=genkiPublish the package.
npm run build
npm login
npm publish --access public