An open API service indexing awesome lists of open source software.

https://github.com/imcuttle/pacy

[WIP] Smart dev pattern with webpack
https://github.com/imcuttle/pacy

Last synced: about 1 year ago
JSON representation

[WIP] Smart dev pattern with webpack

Awesome Lists containing this project

README

          

# \[WIP] pacy

[![Build status](https://img.shields.io/travis/余聪/pacy/master.svg?style=flat-square)](https://travis-ci.org/余聪/pacy)
[![Test coverage](https://img.shields.io/codecov/c/github/余聪/pacy.svg?style=flat-square)](https://codecov.io/github/余聪/pacy?branch=master)
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg?style=flat-square)](https://lernajs.io/)
[![Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://prettier.io/)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=flat-square)](https://conventionalcommits.org)

> Smart dev pattern with webpack

## Packages

- [@pacy/autorouting-webpack-plugin](packages/autorouting-webpack-plugin) - auto routing
- [@pacy/cli](packages/cli) - cli
- [@pacy/core](packages/core) - core
- [@pacy/plugin-routing](packages/plugin-routing) - auto routing
- [@pacy/plugin-sass](packages/plugin-sass) - sass
- [@pacy/routes-webpack-plugin](packages/routes-webpack-plugin) - routes webpack plugin
- [@pacy/start](packages/start) - start command
- [@pacy/webpack-config](packages/webpack-config) - webpack config
- [pacy-cli](packages/pacy-cli) - cli use

## 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 余聪, yucong06@meituan.com.

## License

MIT - [余聪](https://github.com/余聪) 🐟