Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Bake

The next generation Make..

####What is Bake? Bake helps you build your project in just on command: bake

####Bake usage: Bake uses something called a Bakefile to build your project. Bakefile's are simple JSON files. Heres an example:

//Bakefile
{
	"bake": {
		"task": "task_name",
		"run": [
			"./configure",
			"make install"
		]
	}
}

Then just run: bake.

####Installation: Just run these in the command line:

cd /usr/local
git clone https://github.com/blubrackets/bake
echo 'export PATH=$PATH:/usr/local/bake/bakebin' >> ~/.bash_profile

Then restart your command line.

About

Universal projects setup work flow. AKA: Bake, AKA: BasicMake

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages