GithubHelp home page GithubHelp logo

nar789 / bigh Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 123 KB

This is a tool help you to make skeleton-project.

Home Page: http://hume.co.kr

License: MIT License

JavaScript 39.18% Batchfile 0.39% CSS 12.55% HTML 47.88%
android replace replaceall skeleton-application skeleton-framework skeleton-template template base-application base-code

bigh's Introduction

bigh-cli

Build Status License: MIT Coverage Status

This is a tool help you to make skeleton-project.

Usage

c:\> bigh <config_file>

/* For example */

c:\> bigh config

Config Generate Tool

c:\test> bigh-create

"config file generated."

c:\test> dir
2019-01-01 PM 05:05 <DIR>      Aproj
2019-01-01 PM 05:05        85 config
c:\> _

Config

{
	"base":"c:\test\Aproj",
	//this is base folder.
	
	"repeat":3,
	//repeat count. 
	//It will generate Aproj1,Aproj2,Aproj3 folder.
	
	"copy_folder":true or false,
	//if set true, It do copy base folder and replace all macro string of sources in the folder. 
	//if set false, It just replace all macro string of sources in the folder already copied.
	
	"target":["manifest.xml","src/Main.java","src/utils/Apple.java"],
	//These are list of target source files that will be replaced all macro string.
	
	"replace":["com.games.soccer","#665934",["game1","game2","game3"]]
	/*	it will be replace as like next below.
		"bigh0" -> "com.games.soccer"
		"bigh1" -> "#665934"
		"bigh2" in Aproj1 -> "game1"
		"bigh2" in Aproj2 -> "game2"
		"bigh2" in Aproj3 -> "game3"
	
	(default)
		"bighi" in Aproj1 -> "1"
		"bighi" in Aproj2 -> "2"
		"bighi" in Aproj3 -> "3"
		"bighr" -> random string. (ex. a776Bc8)
	
	left side is string of base project source files.
	right side is string of new project copied.*/
}

LICENSE

bigh-cli is licensed under the MIT license.

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.