gulp-tw

0.2.0 • Public • Published

Usage

const gtw = require("gulp-tw");
const sources = {
  sass: "./src/**/*.scss",
  tiddlers: "./src/**/*.tid",
  javascript: "./src/**/*.js",
  pluginInfo: "./src/plugin.info",
};
 
const tiddlywiki = gtw({
  author: "danielo515",
  pluginName: "myPlugin",
  sources,
  outputDir: './plugins', // optional, defaults to this
});
 
// Export all the tasks!
// You can also select a subset
module.exports = {
    ...tiddlywiki
}

For a real world simple usage example take a look at this gulpfile

Readme

Keywords

Package Sidebar

Install

npm i gulp-tw

Weekly Downloads

0

Version

0.2.0

License

MIT

Unpacked Size

14 kB

Total Files

10

Last publish

Collaborators

  • danielo515