@3dorchard/generator-typescript-boilerplate 中文文档教程
generator-typescript-boilerplate
使用 typescript 创建 npm 模块
Installation
的样板 首先,安装 Yeoman 和 generator-typescript-boilerplate 使用 npm(我们假设您已经预先安装了 node.js)。
npm install -g yo
npm install -g @3dorchard/generator-typescript-boilerplate
然后生成你的新项目:
yo typescript-boilerplate
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.
License
Apache-2.0 © [Eric Sherouse]()
generator-typescript-boilerplate
Boilerplate to create an npm module using typescript
Installation
First, install Yeoman and generator-typescript-boilerplate using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g @3dorchard/generator-typescript-boilerplate
Then generate your new project:
yo typescript-boilerplate
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.
License
Apache-2.0 © [Eric Sherouse]()