Skip to content
/ cooker Public
forked from guo-yu/cooker

a minimalism style version manager for static files

Notifications You must be signed in to change notification settings

bindy/cooker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo cooker npm

a minimalism style version manager for static files.

screenshot

How to install

$ sudo npm install cooker -g

Usage

Use CLI

// update version by youself
$ cooker up README.md

// update versions of a.md and b.js
$ cooker up a.md b.js

// update versions of all js files
$ cooker up -f *.js

// update versions of a.md and all css files in all dirs
$ cooker up a.md -f **/*.css

Run unit-test (Mocha)

$ git clone https://github.com/turingou/cooker.git
$ cd cooker
$ npm install 
$ npm test

About

a minimalism style version manager for static files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published