# feflow-cli **Repository Path**: casson/feflow-cli ## Basic Information - **Project Name**: feflow-cli - **Description**: 腾讯NOW直播IVWEB团队工程化解决方案 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2017-09-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
# feflow [](https://travis-ci.org/iv-web/feflow-cli) [](https://codecov.io/gh/iv-web/feflow-cli/branch/master) [](https://www.npmjs.org/package/feflow-cli) [](https://npmjs.org/package/feflow-cli) A command line tool aims to improve front-end engineer workflow and standard, powered by [Node.js](https://nodejs.org/en/). ## Features - Powerful plugin system, easy to extend. - Integrate with Yeoman, easy to initialize project based on yeoman generators. - Define a series of standards including commit standard and ESlint standard. ## Installation ``` bash $ npm install feflow-cli -g ``` ## Documents - Getting Started: [getting-started](docs/getting-started.md) - Architecture design: [architecture](docs/architecture.md) - Develop a plugin: [plugin](docs/plugin.md) - Git commit standard: [commit-standard](docs/commit-standard.md) ## Contributing 1. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug. 2. Fork [the repository](https://github.com/iv-web/feflow-cli)_ on GitHub to start making your changes to the **master** branch (or branch off of it). 3. Write a test which shows that the bug was fixed or that the feature works as expected. 4. Send a pull request and bug the maintainer until it gets merged and published. :) Make sure to add yourself to [AUTHORS_](AUTHORS). ## Changelog [Changelog](CHANGELOG.md) ## License [MIT](https://tldrlegal.com/license/mit-license)