@62d/generator-62d 中文文档教程
generator-62d
Yeoman 生成器
Getting Started
What is Yeoman?
技巧问题。 这不是一回事。 就是这个人:
基本上,他戴着礼帽,住在你的电脑里,等着你告诉他什么样的您希望创建的应用程序。
并非每台新计算机都预装了 Yeoman。 他住在 npm 包存储库中。 你只需要找他一次,然后他就会收拾行李并移动到你的硬盘中。 确保你打扫干净,他喜欢新的和闪亮的东西。
npm install -g yo
Yeoman Generators
Yeoman 轻装上阵。 他搬进来的时候没有带发电机。你可以把发电机想象成一个插件。 您可以选择要创建的应用程序类型,例如 Backbone 应用程序甚至是 Chrome 扩展程序。
要从 npm 安装 generator-62d,请运行:
npm install -g generator-62d
最后,启动生成器:
yo 62d
Getting To Know Yeoman
Yeoman has a heart of gold。 他是一个有感情和主见的人,但他很容易相处。 如果你认为他太固执己见,他很容易被说服。
如果您想更好地了解 Yeoman 并认识他的一些朋友,Grunt 和 Bower,查看完整的入门指南。
License
麻省理工学院
generator-62d
Yeoman generator
Getting Started
What is Yeoman?
Trick question. It's not a thing. It's this guy:
Basically, he wears a top hat, lives in your computer, and waits for you to tell him what kind of application you wish to create.
Not every new computer comes with a Yeoman pre-installed. He lives in the npm package repository. You only have to ask for him once, then he packs up and moves into your hard drive. Make sure you clean up, he likes new and shiny things.
npm install -g yo
Yeoman Generators
Yeoman travels light. He didn't pack any generators when he moved in. You can think of a generator like a plug-in. You get to choose what type of application you wish to create, such as a Backbone application or even a Chrome extension.
To install generator-62d from npm, run:
npm install -g generator-62d
Finally, initiate the generator:
yo 62d
Getting To Know Yeoman
Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced.
If you'd like to get to know Yeoman better and meet some of his friends, Grunt and Bower, check out the complete Getting Started Guide.
License
MIT