Socket
Book a DemoInstallSign in
Socket

centurion

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

centurion

A tiny gulp configuration

latest
Source
npmnpm
Version
0.0.5
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Centurion NPM version Dependency Status

A tiny gulp configuration

Installation

npm i --save-dev centurion

Commands

lint    // esformatter, eslint
modules // browserify, uglify
server  // nodemon
static  // copy fonts + images
styles  // rework, autoprefixer, csso
tests   // mocha

Config

gulpfile.js

'use strict';

/**
 * Module dependencies
 */

var gulpUtil = require('gulp-util');
var path = require('centurion');

// use centurion

try {
  require(path.resolve(__dirname, gulpUtil.env.gulpfile));
} catch (err) {
  console.error('Unable to load %s', gulpUtil.env.gulpfile);
}

License

MIT © Yoshua Wuyts

FAQs

Package last updated on 29 Jan 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts