1.0.1 • Published 4 years ago

decorate-utils v1.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

decorate-utils

Build status Test coverage NPM version NPM Downloads Prettier Conventional Commits

The utils for creating decorate of legacy or current proposal

中文介绍

Installation

npm install decorate-utils
# or use yarn
yarn add decorate-utils

Usage

See examples and tests

Contributing

  • Fork it!
  • Create your new branch:
    git checkout -b feature-new or git checkout -b fix-which-bug
  • Start your magic work now
  • Make sure npm test passes
  • Commit your changes:
    git commit -am 'feat: some description (close #123)' or git commit -am 'fix: some description (fix #123)'
  • Push to the branch: git push
  • Submit a pull request :)

Authors

This library is written and maintained by imcuttle, moyuyc95@gmail.com.

License

MIT - imcuttle 🐟