All Projects → helloilya → generator-yeomify-landing

helloilya / generator-yeomify-landing

Licence: MIT License
Yeoman generator for landing project powered by Gulp

Programming Languages

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

Projects that are alternatives of or similar to generator-yeomify-landing

generator-vintage-frontend
Modern front-end workflow
Stars: ✭ 15 (-48.28%)
Mutual labels:  gulp, yeoman, pug
generator-speedseed
Oriented to components, allow create/choice template, multiple configuration with easy maintenance
Stars: ✭ 13 (-55.17%)
Mutual labels:  gulp, less, pug
Gulp Starter Kit
A simple Gulp 4 Starter Kit for modern web development.
Stars: ✭ 134 (+362.07%)
Mutual labels:  gulp, less, pug
Compile Hero
🔰Visual Studio Code Extension For Compiling Language
Stars: ✭ 169 (+482.76%)
Mutual labels:  gulp, less, pug
generator-sf
Yeoman generator that scaffolds out a Symfony PHP app including Browsersync, various CSS preprocessors, jspm, webpack, browserify and Service Worker
Stars: ✭ 14 (-51.72%)
Mutual labels:  gulp, yeoman
campus-leaflets
校园传单是一个使用 Node.js、MongoDB、Koa、EJS、MDL、Less、RequireJS 和 Gulp 开发的 Node 应用程序。
Stars: ✭ 16 (-44.83%)
Mutual labels:  gulp, less
generator-vars-jekyll
Generator for raw web app with CircleCI, Jekyll, Webpack, Express + more.
Stars: ✭ 18 (-37.93%)
Mutual labels:  gulp, yeoman
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
manage-demo
后台管理系统模版
Stars: ✭ 19 (-34.48%)
Mutual labels:  gulp, less
eadmin
eadmin - 极致用户体验与极简开发并存的开箱即用的后台UI框架
Stars: ✭ 258 (+789.66%)
Mutual labels:  gulp, less
sample-ui-react
Material-UI+ React.js + Redux [ Pug / Scss / Babel ]
Stars: ✭ 15 (-48.28%)
Mutual labels:  gulp, pug
code-line-daily
A line of code of the day.
Stars: ✭ 17 (-41.38%)
Mutual labels:  gulp, pug
generator-espress
an opinionated yeoman generator that scaffolds a mvc express webapp completely in es6
Stars: ✭ 20 (-31.03%)
Mutual labels:  gulp, pug
design-studio one-page-template
Free responsive flat designed one page template
Stars: ✭ 67 (+131.03%)
Mutual labels:  gulp, pug
gulp-boilerplate
Gulp boilerplate
Stars: ✭ 24 (-17.24%)
Mutual labels:  gulp, pug
gulp-pug-inheritance
Only build affected files when modify a Pug file.
Stars: ✭ 16 (-44.83%)
Mutual labels:  gulp, pug
web-starter-kit-gulp
Starter kit for automated front-end web development using Gulp, NPM, Bower, Babel, Sass, and Pug.
Stars: ✭ 35 (+20.69%)
Mutual labels:  gulp, pug
generator-angular-pro
AngularJS project generator for scalable, enterprise-grade web and mobile applications
Stars: ✭ 43 (+48.28%)
Mutual labels:  gulp, yeoman
kibe
A simple Yeoman Generator to start projects with the most common tasks of my workflow using Gulp.
Stars: ✭ 33 (+13.79%)
Mutual labels:  gulp, yeoman
gulp-sass-bootstrap-boilerplate
⏰📌 Boilerplate with gulp.js, Sass, Babel, and Browsersync.
Stars: ✭ 24 (-17.24%)
Mutual labels:  gulp, babeljs

Yeomify landing generator

Yeoman generator for landing project powered by Gulp.

Usage

Make sure you have yeoman, bower and gulp installed:

$ npm install -g yo bower gulp

Install the generator:

$ npm install -g generator-yeomify-landing

Then, create a folder for the generator and unfold it:

$ yo yeomify-landing

During installation you can install pug as template engine and less, sass or stylus as css preprocessor.

Yeomify landing generator

Then, run npm install and bower install to install the required dependencies.

Directory Layout

After installation you'll have the following directory structure:

├── app
│   ├── css
│   ├── pug
│   ├── scripts
│   └── index.html
├── gulp
│   ├── build.js
│   ├── config.js
│   └── watch.js
├── bower.json
├── gulpfile.js
├── package.json
└── readme.md

Development

Use the following commands for development:

  • gulp watch run a watcher for the app folder;
  • gulp build build the project to dist folder;
  • gulp build --abspaths build the project to dist folder with the absolute paths (css and js files);
  • gulp build:watch run a watcher for the dist folder;
  • gulp build:clean remove dist and .tmp folders.

Also, you can change the gulp options in config.js file.

Linters

Each template engine and preprocessor uses a linter. The documentation for linters rules: pug, css, less, sass and stylus. Javascript uses jshint and supports ECMAScript 6 syntax. By default, this functionality is disabled, but you can enable it by changing the es6syntax flag into your config.js file.

Release History

  • 1.6.2 — Fixed minor bugs, updated descriptions.
  • 1.6.1 — Updated version of require-dir package.
  • 1.6.0 — Added babeljs support, updated javascript linter.
  • 1.5.0 — Added ability to copy folders and contents of them (expanded copyfiles parameter in config.js).
  • 1.4.2 — Updated gulp dependencies, replaced gulp-minify-html to gulp-htmlmin, fixed reset files.
  • 1.4.1 — Added onLast parameter for gulp-notify config, updated jslinter config.
  • 1.4.0 — Replaced jade plugin to pug, added pug linter, updated body styles.
  • 1.3.2 — Fixed issue #4, updated modernizr version.
  • 1.3.1 — Fixed bug where the page was reloaded without insert styles in jade file, optimized watch task.
  • 1.3.0 — Added less, sass and stylus linters, updated styles files structure, updated bower dependencies.
  • 1.2.2 — Renamed config option from css to csstype, renamed folder from styles to css, updated names of tasks.
  • 1.2.1 — Fixed bug with incorrect paths in app folder after run the build task, added default font file for css.
  • 1.2.0 — Replaced gulp-ruby-sass to gulp-sass.
  • 1.1.2 — Added .idea folder to .gitignore.
  • 1.1.1 — Updated csslint validator options.
  • 1.1.0 — Added stylus preprocessor, added --abspaths parameter to build task, updated less structure folder.
  • 1.0.6 — Validator options as external files, updated documentation.
  • 1.0.5 — Bug fixed in inject task, update gulp-minify-html config.
  • 1.0.4 — Added html5doctor reset stylesheet, bug fixed in watch tasks, added pictures folder to config.
  • 1.0.3 — Added sourcemaps, bug fixed with .gitignore.
  • 1.0.2 — Added yeoman generator support.
  • 1.0.1 — Bugs fixed.
  • 1.0.0 — Added npm support.
  • 0.1.0 — Initial release.

License

MIT © Ilya Fedotov

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].