All Projects โ†’ carloscuesta โ†’ generator-starterkit

carloscuesta / generator-starterkit

Licence: MIT license
Yeoman that scaffolds out a front end starterkit. ๐Ÿ“ฆ

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to generator-starterkit

Generator Gulp Plugin Boilerplate
Scaffold out a Gulp plugin boilerplate
Stars: โœญ 46 (+58.62%)
Mutual labels:  gulp, yeoman-generator, scaffold
generator-veams
Scaffold modern frontend web apps or web pages with a static site generator (Assemble or Mangony), Grunt and/or Gulp, Sass and Bower. Use modern frameworks like Bourbon, Bootstrap or Foundation and structure your JavaScript with ES Harmony support.
Stars: โœญ 45 (+55.17%)
Mutual labels:  gulp, yeoman-generator, scaffold
Generator Chrome Extension Kickstart
Scaffold out a Web Extension http://yeoman.io
Stars: โœญ 232 (+700%)
Mutual labels:  gulp, yeoman-generator, scaffold
Generator Jekyllized
A Yeoman generator for Jekyll to rapidly build sites using Gulp
Stars: โœญ 332 (+1044.83%)
Mutual labels:  gulp, yeoman-generator
lnv-mobile-base
็งปๅŠจ็ซฏๅผ€ๅ‘่„šๆ‰‹ๆžถ-ๅŸบไบŽgulp็š„ไฝฟ็”จzeptoใ€handlebarsใ€sassๅนถไธ”ๅธฆ็งปๅŠจ็ซฏ้€‚้…ๆ–นๆกˆ๏ผˆflexible.js๏ผ‰็š„ๅ‰็ซฏๅทฅไฝœๆต๏ผŒๆ—จๅœจๅธฎๅŠฉ็งปๅŠจ็ซฏ้กน็›ฎ็š„ๅผ€ๅ‘
Stars: โœญ 41 (+41.38%)
Mutual labels:  gulp, scaffold
generator-espress
an opinionated yeoman generator that scaffolds a mvc express webapp completely in es6
Stars: โœญ 20 (-31.03%)
Mutual labels:  gulp, yeoman-generator
Assemble
Community
Stars: โœญ 3,995 (+13675.86%)
Mutual labels:  gulp, scaffold
Generator Gulp Express Webapp
Yeoman generator for building a simple web app using express + gulp. This project contains proper project and build structure to be easily extensible.
Stars: โœญ 8 (-72.41%)
Mutual labels:  gulp, scaffold
Generator Fountain Webapp
Yeoman 'fountain' generator to start a webapp
Stars: โœญ 985 (+3296.55%)
Mutual labels:  gulp, yeoman-generator
Generator Fountain Angular1
Yeoman 'fountain' generator to start a webapp with Angular 1
Stars: โœญ 95 (+227.59%)
Mutual labels:  gulp, yeoman-generator
Generator Fountain Angular2
Yeoman 'fountain' generator to start a webapp with Angular 2
Stars: โœญ 84 (+189.66%)
Mutual labels:  gulp, yeoman-generator
Generator Phaser Plus
[๐Ÿ›‘ DISCONTINUED] It has been a long journey but development of `generator-phaser-plus` is now over. I recommend you have a look and fork `yandeu/phaser-project-template` instead.
Stars: โœญ 148 (+410.34%)
Mutual labels:  gulp, yeoman-generator
sass-starter-pack
Sass starter files using Gulp v4.0.0 ๐Ÿ”ฅ
Stars: โœญ 34 (+17.24%)
Mutual labels:  gulp, starterkit
generator-fountain-react
Yeoman 'fountain' generator to start a webapp with React
Stars: โœญ 36 (+24.14%)
Mutual labels:  gulp, yeoman-generator
Generator
Rails-inspired generator system that provides scaffolding for your apps
Stars: โœญ 1,000 (+3348.28%)
Mutual labels:  yeoman-generator, scaffold
Generator Express No Stress
๐Ÿš‚ A Yeoman generator for Express.js based 12-factor apps and apis
Stars: โœญ 534 (+1741.38%)
Mutual labels:  yeoman-generator, scaffold
Generator Sails Rest Api
Yeoman generator for scaffolding Sails REST API with predefined features
Stars: โœญ 336 (+1058.62%)
Mutual labels:  yeoman-generator, scaffold
Generator Kittn
The Yeoman Kittn Generator
Stars: โœญ 63 (+117.24%)
Mutual labels:  gulp, yeoman-generator
Generator Angular Webpack Es6
Yeoman generator for Angular projects using Webpack, ES6, SASS with some cool optional features. Feel free to contribute!
Stars: โœญ 172 (+493.1%)
Mutual labels:  gulp, yeoman-generator
starterkit
A Front End development Gulp.js based workflow. ๐Ÿš€
Stars: โœญ 88 (+203.45%)
Mutual labels:  gulp, starterkit

generator-starterkit

Build Status Dependency Status npm version npm-downloads XO code style

yeoman-starterkit

Yeoman generator that scaffolds out a front end development starterkit.

Technologies

  • Gulp: Automate and enhance your workflow.
  • CSS Preprocessors
    • Sass: CSS with superpowers.
    • Less: Less extends CSS with dynamic behavior.
  • Templating / Markup
  • JavaScript
    • Babel: Use next generation JavaScript, today.
    • Npm: Package manager used to install dependencies and everything you need.
    • Linters
      • JSCS: Code style linter for programmatically enforcing your style guide.
      • JSHint: A Static Code Analysis Tool for JavaScript.

Features

  • styles: Sass / Less auto compiling, prefixing, minifiying and sourcemapping.
  • templates: Pug / Html auto compiling and minifiying.
  • scripts: Scripts concatenation, transpiling with Babel, minifiying and sourcemapping.
  • lint: Lint your JavaScript files.
  • images: Images optimization.
  • deploy: Deploying your project into a github pages surge or ftp server.
  • beautify: Beautify preproduction files.
  • browsersync: Automatically injects all your changes in styles, templates and scripts into your browser and other devices on save.
  • optimize: Automatically autoptimize your project using critical and uncss, to improve your page speed.

For more information about gulp workflow / tasks go to starterkit gulp tasks

Requirements and Use

Requirements

$ npm install -g yo
$ npm install -g generator-starterkit

Use

Before running the generator you will need to create a folder for your project where the generator will create all the project files and directories.

Once you have, NodeJS, Yeoman, generator-starterkit installed and your project folder created you can run the generator using:

$ mkdir project
$ cd project
$ yo starterkit
$ gulp

Now the generator-starterkit will start to ask some questions to setup the project for you; project information, technologies and languages that you want to use and will install the dependencies automatically based on your decisions.

Also there are a lot of files being created dynamically such as gulp.js, package.json, readme.md, styles and templates to match the technologies and options that you choose from the generator. (See the technologies available)

Don't forget to run gulp after the yeoman finishes. Also you can use npm run to list the gulp tasks available and running them using for example npm run dev, (dev will run the default gulp task).

Options

  • --skip-install: Skips the installation of dependencies with npm.
  • --skip-welcome-message: Skips the welcome message.
  • --skip-install-message: Skips the message after the installation of dependencies.
  • --skip-cache: Do not remember prompt answers.

Project Structure

.
โ”œโ”€โ”€ /dist/                   # Minified, optimized and compiled files.
โ”‚   โ”œโ”€โ”€ /assets/             # Assets folder.
โ”‚   โ”‚   โ”œโ”€โ”€ /css/            # CSS style files.
โ”‚   โ”‚   โ”œโ”€โ”€ /files/          # Static files.
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ img/         # Images folder.
โ”‚   โ”‚   โ””โ”€โ”€ /js/             # JS files.
โ”‚   โ””โ”€โ”€ *.html               # Minified HTML files.
โ”œโ”€โ”€ /node_modules/           # Node modules dependencies and packages.
โ”œโ”€โ”€ /src/                    # Source files.
โ”‚   โ”œโ”€โ”€ /images/             # Images non compressed.
โ”‚   โ”œโ”€โ”€ /scripts/            # JavaScript files.
โ”‚   โ”œโ”€โ”€ /styles/             # SCSS / Less style files.
โ”‚   โ”‚   โ””โ”€โ”€ _includes/       # Styles SCSS / Less partials.
โ”‚   โ”œโ”€โ”€ /templates/          # Templating Pug files / Html files.
โ”‚   โ”‚   โ””โ”€โ”€ _includes/       # Templating Pug partials.
โ””โ”€โ”€ gulpfile.js              # Gulp automatization file.

Demo

yostarterkit

License

The code is available under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].