buildmywork

A tool makes build work easily.

Usage no npm install needed!

<script type="module">
  import buildmywork from 'https://cdn.skypack.dev/buildmywork';
</script>

README

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.