# generator-lerna-project **Repository Path**: keekuun/generator-lerna-project ## Basic Information - **Project Name**: generator-lerna-project - **Description**: 自动化生成react组件库开发项目,集成lerna、ts、husky等 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # generator-lerna-project [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url] > 使用lerna构建react自定义组件项目 > 模板项目示例见: https://gitee.com/keekuun/react-components ## Installation First, install [Yeoman](http://yeoman.io) and generator-lerna-project using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)). ```bash npm install -g yo npm install -g generator-lerna-project ``` Then generate your new project: ```bash yo lerna-project ``` ## Getting To Know Yeoman * Yeoman has a heart of gold. * Yeoman is a person with feelings and opinions, but is very easy to work with. * Yeoman can be too opinionated at times but is easily convinced not to be. * Feel free to [learn more about Yeoman](http://yeoman.io/). ## License MIT © [周克坤](https://docs.zkkysqs.top) [npm-image]: https://badge.fury.io/js/generator-lerna-project.svg [npm-url]: https://npmjs.org/package/generator-lerna-project [travis-image]: https://travis-ci.com/zkkysqs/generator-lerna-project.svg?branch=master [travis-url]: https://travis-ci.com/zkkysqs/generator-lerna-project [daviddm-image]: https://david-dm.org/zkkysqs/generator-lerna-project.svg?theme=shields.io [daviddm-url]: https://david-dm.org/zkkysqs/generator-lerna-project [coveralls-image]: https://coveralls.io/repos/zkkysqs/generator-lerna-project/badge.svg [coveralls-url]: https://coveralls.io/r/zkkysqs/generator-lerna-project