AlexanderBeyn / gulp-cordova-app-loader-manifest

Gulp plugin to create cordova-app-loader manifests
ISC License
3 stars 14 forks source link

How to install this plugin in Gulp #1

Open yeahstyle opened 9 years ago

yeahstyle commented 9 years ago

Hello Alexander! I wanted to contact you because I came across this fantastic plugin and I'd love to use it in my gulp project file. Unfortunately I don't seem to find this using npm install.

Do you know how I can get this plugin installed without npm?

ObjectiveTruth commented 9 years ago

@yeahstyle ,

You can install cloning the repo into your node_modules directory.

Once its cloned, cd into it and run npm install to download the dependancies

Then way you can use it in your gulpfile like so:

var calManifest = require('gulp-cordova-app-loader-manifest');
ptarjan commented 8 years ago

Can you just publish this repo to npm please?

ThorstenHans commented 8 years ago

+1 for npm