Socket
Socket
Sign inDemoInstall

generator-jade

Package Overview
Dependencies
717
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    generator-jade

A yo generator for jade projects


Version published
Weekly downloads
34
increased by3300%
Maintainers
1
Install size
35.2 MB
Created
Weekly downloads
 

Readme

Source

THIS PROJECT IS NOT ACTIVELY MAINTAINED ANYMORE. IF YOU WISH TO WORK ON IT I WOULD LOVE TO GRAND YOU THE RESPECTIVE RIGHTS. JUST CONTACT ME!

Generator-jade

NPM version

Build Status

A generator for Yeoman to use jade for templating.

Also: you can choose to use stylus as css preprocessor. So no ruby dependencies for this generator.

Getting started

  • Make sure you have yo installed: npm install -g yo
  • Install the generator: npm install -g generator-jade or use the yo command and follow instructions.
  • Run: yo jade

Usage

This generator is powered by the jade template engine. There is just jQuery included. No other fancy js and css frameworks. But you can add them very easily. Just update your bower file and run bower install.

As css preprocessor you can choose between sass/comapss and stylus. If you don't need a preprocessor, you can choose css.

All jade files are supposed to be located under app/jade/. All .jade files with an _underscore are treated as partials and not rendered directly. Everything else is a jade file that is supposed to be a page. Create subpages in folders with own index.jade files including _default_layout.jade or you own _layout.jade in /layouts.

And this is how i thought about the directory structure of the jade directory

jade
|-- index.jade
|-- layouts
|   |-- _default_layout.jade
|-- page1
|  |-- index.jade
|       |-- partials
|           |-- _partial.jade
+ - page2
   |-- index.jade
        |-- partials
            |-- _partial.jade

License

MIT License

Keywords

FAQs

Last updated on 09 Nov 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc