Generator Assembly

A Yeoman Generator to set up quick projects

0

Last Commit: over 9 years ago

CSS: Bootstrap

screenshot of Generator Assembly
bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

less
LESS

Less CSS is a dynamic stylesheet language that extends the capabilities of CSS, allowing developers to write cleaner, more modular, and reusable stylesheets with features like variables, mixins, and nested rules.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

starter
Starter

A starter kit is a pre-built project with all the necessary files and configuration in place to quickly start building a new project. This can save you time and effort by providing a starting point that has already taken care of many of the initial setup steps.

grunt
Grunt

Grunt is a popular JavaScript task runner that automates repetitive tasks like minification, compilation, and testing, allowing developers to focus on writing code.