Skip to content

easyops-cn/brick-next-pipes

Repository files navigation

Brick Next Pipes CI Status Coverage Status

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