npm install --save @easyops-cn/brick-next-pipesimport { pipes } from "@easyops-cn/brick-next-pipes";
const stringified = pipes.yamlStringify(yourObject);https://easyops-cn.github.io/brick-next-pipes/brick-next-pipes.html
npm install
npm startnpm testThere is the Release Please Action to handle publishing. Just merge the relevant release-PR, no worries.
IMPORTANT: 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