@1pulse/pepper-mint
v0.2.1
Published
The Made In Workshop SDK
Downloads
22
Readme
Overview
This is the @1pulse/pepper-mint npm package
It is a npm package containing the TwirpScript code
Generating code
The content in the src directory is generated using
npx twirpscriptSee the proto.config.mjs file for the config and refer to other README files for more info
Compiling
Once the src directory is populated, the code is compiled using tsup
npm run buildThe TypeScript code is compiled to JavaScript and the output is placed in the dist directory
Publishing
The package is published to the npm registry using
npm run deployThe dist directory is published to the npm registry @1pulse/pepper-mint package
NOTE Before publishing, the version number in the package.json file should be updated
Usage
The package can be installed using
npm install @1pulse/pepper-mint