Skip to content

johnwebbcole/gulp-openjscad-standalone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp-openjscad-standalone NPM version Build Status Dependency Status

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

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published