PECKER — A modern assets management framework for your web application development

Overview


Installation

You can choose to install Pecker through one of the following ways (or both, if you want):

  • as a command-line interpreter (CLI) program, allowing you to run Pecker from any directory
  • as a local NodeJS module within your project directory

Usages

There are many ways to use and interact with Pecker in your project.

  • as a CLI program through your terminal
  • as a local NodeJS module in your project code
  • as a Grunt task in your Gruntfile.js
  • as a Gulp task in your gulpfile.js
  • as a client-side script in your browser