Skip to content

icarcal/slush-minix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slush Minix

Micro gulp tasks to enhance production

Build Status NPM version

Getting Started

##How to install and use the generator?

Install the slush:

$ [sudo] npm install -g slush

Install slush-minix generator:

$ npm install -g slush-minix

Usage

Create a new folder for your project:

$ mkdir my-slush-minix

Run the generator from within the new folder:

$ cd my-slush-minix && slush minix

##Plugin structure

Folders Structure:

.
├── src/
|   └── js
|   |   └── app.js
|   └── less
|   |   └── main.less
|   └── templates
|       └── index.pug
|       └──partials 
├── gulp/
|   └── index.js
|   └── tasks
|       └── browserify.js
|       └── fonts.js
|       └── images.js
|       └── less.js
|       └── scripts.js
|       └── serve.js
|       └── styles.js
├── .editorconfig
├── .eslintrc
├── .gitignore
├── .gulpfile.js
├── index.html
├── package.json
└── README.md

About

A slush generator for minix (simple gulp tasks)

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors