UNPKG

alixir

Version:

Alixir is npm package built on top of laravel-elixir and gulp, its an easy cleaning solution to CSS / JS mess. Giving you a nice clean structure for organizing all your sites assets whether it is images, javascript files, or stylesheets and keeps the powe

15 lines (12 loc) 363 B
var color = require('gulp-color'); /** * about Alixir * @type {{show: module.exports.show}} */ module.exports = { show: function () { console.log(color("By: Alan Elias", "GREEN")); console.log(color("Email: alaaelias@gmail.com", "GREEN")); console.log(color("LinkedIn: http://www.linkedin.com/in/alanwelias", "GREEN")); } };