generator-scaffold

Generator to automate the most common tasks in day-to-day of a Front End project.

NPM version NPM downloads License Tyoe Dependency Status Build Status

Scaffold

Yeoman + Grunt + Bower

Introduction

Scaffold is a generator to automate the most common tasks in day-to-day of a Front End project. He uses some tools like Yeoman, Grunt e Bower. This generator is all-in-one and have five versions: Mobile, Web, Responsive, Single Page and Single Page Mobile. So you don't need to download each version to scaffolding your project. Just select which version is perfect for you and let the generator do all the stuff.

Features

Getting Started

*If you are new to Yeoman, you will find a lot of answers to your questions in their getting started guide.

Scaffold

Install dependencies from a existent project

If a previous project was built using Scaffold you will need to install all dependencies locally to run. For this you just need to execute yo scaffold:install and the generator will install all NPM packages and all Bower dependencies.

Automate the creation of pages

The Scaffold has a sub generator to help you to create files more quickly.
Just execute yo scaffold:create and follow the steps to generate a new blank page, with a new .less and .js (optional). Only works with non single page projects.

Grunt tasks

This generator make use of various tools to improve your web development workflow when using Grunt:

Folder structure

The Scaffold uses some default folders to work. These folders follow a pattern and cannot be renamed.

Folder Structure

License

MIT