Skip to content

snap-ci-examples/Snap-gulp-support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Snap-gulp-support

Run Javascript Gulp helloworld code on Snap-CI

For example, I have created a sample file "gulpfile.js" which has below code

var gulp = require('gulp');

gulp.task('hello', function() { console.log('Hello world!') });

Once you have Gulp code added, you can add the repo to Snap-CI and can follow below steps to install gulp and run your helloworld file on Snap-CI:

sudo yum install nodejs npm --enablerepo=epel

npm install gulp

gulp hello

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published