gulp-openjscad-standalone

1.1.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i gulp-openjscad-standalone

Weekly Downloads

5

Version

1.1.0

License

ISC

Last publish

Collaborators

  • johnwebbcole