@easyops-cn/brick-next-pipes
v0.7.1
Published
Pipes for Brick Next
Downloads
1,464
Readme
Brick Next Pipes
Usage
npm install --save @easyops-cn/brick-next-pipes
import { pipes } from "@easyops-cn/brick-next-pipes";
const stringified = pipes.yamlStringify(yourObject);
Documentation
https://easyops-cn.github.io/brick-next-pipes/brick-next-pipes.html
Development
npm install
npm start
Testing
npm test
Publishing
There is the Release Please Action to handle publishing. Just merge the relevant release-PR, no worries.
Tips: Use feat: ...
or fix: ...
as commit messages to match the rules of the Release Please Action.
Alternatively, publish manually:
npm run release
git push --follow-tags origin master
npm run build
npm publish