Coder Social home page Coder Social logo

ginit's Introduction

脚手架初始化ginit


安装

$ sudo npm install -g ginit

直接使用

ginit [email protected]:jianlin.zjl/kimi-template.git 支持.git 与本地资源目录

模块使用

var ginit = require('../index').init;
ginit('./template');  //最简单模式


ginit({
	dir: '[email protected]:jianlin.zjl/grunt-awp.git', // 默认  本地资源也可以
  mapObj:{                              //配置多个简写 
    '-m': '[email protected]:xxx.git',
    '-l': '[email protected]:xxx.git',
  },
  dist: 'xxx'   //资源复制到那个目录 默认当前
},function () {
	console.log('end')
	// body...
})

template开发

可以直接fork [email protected]:jianlin.zjl/kimi-template.git 代码修改

1.注意当前目录下_inquirer.js 中为配置文件 支持简单的定义变量

2.文件名称_xxx会过滤为替换为.xxx

3.文件使用_template()处理

该模块解决的问题

1.将面向各种场景的代码沉淀固化为template 方便共享 重用

2.解决脚手架中的template 无法支持自定义扩展 要么初始化的代码太通用基本没提供内容等 要么有些脚手架就是根据业务深度定制后无法通用

####log 1.0.0 将使用 ginit.init 替换之前的ginit 曝露添加其他函数方便创建文件需要

ginit's People

Watchers

James Cloos avatar jianlin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.