Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnwebbcole/gulp-openjscad-standalone
https://github.com/johnwebbcole/gulp-openjscad-standalone
openjscad
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnwebbcole/gulp-openjscad-standalone
- Owner: johnwebbcole
- License: isc
- Created: 2017-01-29T17:52:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T22:34:09.000Z (almost 8 years ago)
- Last Synced: 2023-11-03T21:06:14.131Z (about 1 year ago)
- Topics: openjscad
- Language: JavaScript
- Size: 246 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gulp-openjscad-standalone [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
> A gulp plugin to create a github page from an OpenJsCad project.https://johnwebbcole.github.io/gulp-openjscad-standalone/
## Installation
```sh
$ npm install --save gulp-openjscad-standalone gulp-load-plugins gulp-plumber
```## Usage
```js
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'));
});
```
## LicenseISC © [John Cole]()
[npm-image]: https://badge.fury.io/js/openjscad-standalone.svg
[npm-url]: https://npmjs.org/package/openjscad-standalone
[travis-image]: https://travis-ci.org/johnwebbcole/openjscad-standalone.svg?branch=master
[travis-url]: https://travis-ci.org/johnwebbcole/openjscad-standalone
[daviddm-image]: https://david-dm.org/johnwebbcole/openjscad-standalone.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/johnwebbcole/openjscad-standalone