1.1.1 • Published 9 years ago

generator-mission-s v1.1.1

Weekly downloads
34
License
MIT
Repository
github
Last release
9 years ago

Yeoman Mission-s Generator

A generator for creating static sites using tools like Pug and Sass.

#Table of Contents

Features

  • Preview with Browsersync
  • Automated build process: compilation of preprocessors (Pug and Sass)

Getting Started

This generator utilizes Yeoman, Gulp and Bower to scaffold out projects, run tasks and manage front-end dependencies.

Node.js

Check to see if you have Node installed, type node -v. if you don't have installed, navigate to Node.js website and install from there.

Setup

To start a new project, you need to open up a terminal/command prompt, make a new directory, and navigate into it.

mkdir my-new-project
cd my-new-project

then, run Mission-s generator.

yo mission-s

Once everything is installed, you will see a project structure like this:

├── app/                       # Folder for all the source files
|   ├── dist                     # Folder for production build
|   |   ├── css                    # Compiled css
|   |   ├── img                    # All your img
|   |   ├── scripts                # JS scripts
|   |   ├── favicon
|   |   ├── humans.txt
|   |   ├── robots.txt
|   |   └── index.html             # Compiled pug
|   ├── pug                      # Pug modules
|   └── sass                     # Sass modules
|                   
├── .bowerrc
├── .editorconfig
├── .jshintrc
├── .yo-rc.json
├── bower.json                 # Dependencies configuration
├── gulpfile.js                # Gulp task configuration
├── package.json               # DevDependencies and site/folder configuration
└── README.md                  # Readme file

Use

Run gulp to build all your pug and sass files, and also it will open a local server.

Build

Run gulp build to minify and compress all your css, js and images.

Arguments

yo mission-s scss Use SCSS syntax instead of SASS.

License

MIT © Jaime Simental

1.1.1

9 years ago

1.1.0

10 years ago

1.0.10

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago