0.0.10 • Published 11 years ago

bakery v0.0.10

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

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.
0.0.10

11 years ago

0.0.9

11 years ago

0.0.8

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago

0.0.0

11 years ago