Skip to content

Latest commit

 

History

History

materials-generator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@mometa/materials-generator

NPM version NPM Downloads Prettier Conventional Commits

物料生成器

Installation

npm install @mometa/materials-generator
# or use yarn
yarn add @mometa/materials-generator

Usage

import materialsGenerator from '@mometa/materials-generator'

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.

License

MIT - imcuttle