@mometa/materials-resolver
Version:
Resolve materials config
43 lines (30 loc) • 1.38 kB
Markdown
# @mometa/materials-resolver
[](https://www.npmjs.com/package/@mometa/materials-resolver)
[](https://www.npmjs.com/package/@mometa/materials-resolver)
[](https://prettier.io/)
[](https://conventionalcommits.org)
> Resolve materials config
## Installation
```bash
npm install @mometa/materials-resolver
# or use yarn
yarn add @mometa/materials-resolver
```
## Usage
```javascript
import materialsResolver from '@mometa/materials-resolver'
```
## 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 [余聪](mailto:yucong@yuanfudao.com).
## License
MIT - [余聪](mailto:yucong@yuanfudao.com)