easybake

0.2.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i easybake

Weekly Downloads

5

Version

0.2.0

License

none

Last publish

Collaborators

  • jackhq