Skip to content

An Awesome Command Line Utility to bake a Cakefile with all the fixings

License

Notifications You must be signed in to change notification settings

twilson63/easybake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyBake

Easybake places a default Cakefile in any directory that you call the easybake command line app in.

It pulls the file from https://github.com/twilson63/cakefile-template, but you can configure easybake to pull from any source.

Install

npm install easybake -g

Usage

Open a shell in your project directory and run

easybake

Then run:

cake

Cakefile defines the following tasks:

cake docs                 # generate documentation
cake build                # compile source
cake watch                # compile and watch
cake test                 # run tests

Configure

echo '{ "src": "https://raw.github.com/twilson63/cakefile-template/master/Cakefile" }' > ~/.easybake

License

See LICENSE

Contributing

pull requests welcome

Thanks to

About

An Awesome Command Line Utility to bake a Cakefile with all the fixings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published