Socket
Book a DemoInstallSign in
Socket

cooker

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cooker

a minimalism style version manager for static files

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
4
-69.23%
Maintainers
1
Weekly downloads
 
Created
Source

logo cooker npm

a minimalism style version manager for static files.

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

Keywords

cooker

FAQs

Package last updated on 31 Aug 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts