bakery

0.0.10 • Public • Published

bakery

Bakery is a task-based command line build tool for PieJS projects.

Please try it out in a project, and make suggestions or report bugs!

Getting started

Run bakery bake apple pie to create pie application with the apple release

Run bakery server to create static server

Built-in tasks

  • concat - Concatenate files.
  • bake - Generate project scaffolding from a predefined template.
  • minify - Minify files with UglifyJS.
  • server - Start a static web server.
  • watch - Run predefined tasks whenever watched files change.
  • views - Compile html views

(Not yet implemented tasks)

(More documentation coming)

Installing bakery

Bakery is available as an npm module. If you install bakery globally via npm install -g bakery, it will be available for use in all of your projects.

Release History

  • 2013/01/14 - v0.0.x - Initial development releases.

Readme

Keywords

none

Package Sidebar

Install

npm i bakery

Weekly Downloads

3

Version

0.0.10

License

BSD

Last publish

Collaborators

  • chrislondon