Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.
/ gulp-couchapp Public archive

Gulp plugin for uploading a couchapp to couchdb

License

Notifications You must be signed in to change notification settings

itsallcode/gulp-couchapp

Repository files navigation

gulp-couchapp

Gulp plugin for uploading a couchapp to couchdb

⚠️ This project is deprecated and not maintained any more ⚠️

Usage

As long as gulp-couchapp is not published, clone and link it:

git clone https://github.com/hamstercommunity/gulp-couchapp.git
cd my-project
npm link ../gulp-couchapp/

Then, add it to your gulpfile.js:

var couchapp = require('gulp-couchapp');

gulp.task('default', function(cb) {
  gulp.src(['./**'])
    .pipe(couchapp())
    .pipe(gulp.dest('build'));
});

About

Gulp plugin for uploading a couchapp to couchdb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published