1.0.3 • Published 8 years ago

buildmywork v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

BuildMyWork

A tool that makes build work easily.

Version

@1.0.0 Only support transmit "web" and get a simple html catelogue. @1.0.2 Correct some bug. @1.0.3 *Add Catalogue method

Building

  • Download BuildMyWork
npm install buildmywork --save-dev
  • Load this module in where you want build work files
var mywork = require("buildmywork");
new mywork( type, {} );
  • Run this file and you will get the catalogue in your directory.

Param

  • type

    Some default types has been set, so you can transmit those type and make catalogue;

  • json

    You can transmit the catelogue structure you expect by a json, then BuilMyWork will build as the json.

1.0.3

8 years ago

1.0.2

8 years ago

1.0.0

8 years ago

1.0.1

8 years ago