gulp-openjscad-standalone
v1.1.0
Published
Glup plugin to create a github docs page from the readme.md file and a standalone OpenJsCad project.
Downloads
7
Readme
gulp-openjscad-standalone
A gulp plugin to create a github page from an OpenJsCad project.
https://johnwebbcole.github.io/gulp-openjscad-standalone/
Installation
$ npm install --save gulp-openjscad-standalone gulp-load-plugins gulp-plumber
Usage
var gulp = require('gulp');
var gulpLoadPlugins = require('gulp-load-plugins');
var plugins = gulpLoadPlugins();
gulp.task('docs', function() {
return gulp.src('package.json')
.pipe(plugins.plumber())
.pipe(plugins['openjscad-standalone']())
.pipe(gulp.dest('docs'));
});
License
ISC © John Cole