• 简单的yoman generator


    这两天用yoman做了两个generator

    The available priorities are (in running order):

    1. initializing - Your initialization methods (checking current project state, getting configs, etc)
    2. prompting - Where you prompt users for options (where you'd call this.prompt())
    3. configuring - Saving configurations and configure the project (creating .editorconfig files and other metadata files)
    4. default - If the method name doesn't match a priority, it will be pushed to this group.
    5. writing - Where you write the generator specific files (routes, controllers, etc)
    6. conflicts - Where conflicts are handled (used internally)
    7. install - Where installation are run (npm, bower)
    8. end - Called last, cleanup, say good bye, etc

    Follow these priorities guidelines and your generator will play nice with others.

    以上钩子依次执行,私有方法可以'_'开头。

    在prompting里做一些询问,比如工程名啊,description

    在writing里写文件

    在install里做npm或者yarn的安装

    在end里画个退出字符画


    昨天是个值得纪念的日子

    希望以后的每一年

    看到这里都会觉得很暖很开心

  • 相关阅读:
    基于s5pv210的uboot总结
    QQ群笔记
    设计模式----适配器模式
    设计模式----桥接模式
    设计模式----建造者模式
    设计模式----原型模式
    设计模式----单例模式
    设计模式----工厂方法模式
    设计模式----设计原则
    JUnit单元测试--小试牛刀
  • 原文地址:https://www.cnblogs.com/zqiong/p/6706799.html
Copyright © 2020-2023  润新知