@easyops-cn/brick-next-pipes
TypeScript icon, indicating that this package has built-in type declarations

0.6.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @easyops-cn/brick-next-pipes

Weekly Downloads

65

Version

0.6.0

License

MIT

Unpacked Size

407 kB

Total Files

378

Last publish

Collaborators

  • weareoutman
  • jimmyli
  • easyops-eve