thicket-build-support
v0.0.1
Published
Build support code for thicket and thicket-alike modules
Downloads
14
Readme
Thicket Build Support
var buildSupport = require("thicket-build-support");
// Define "export-artifacts" task
buildSupport.exportArtifacts("my-module-name");
Assumes you have the directory structure:
src/
common/my-module-name
node/my-module-name
web/my-module-name
