Socket
Socket
Sign inDemoInstall

generator-jade

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-jade - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "generator-jade",
"version": "0.1.0",
"version": "0.1.1",
"description": "A yo generator for jade projects",

@@ -5,0 +5,0 @@ "keywords": [

@@ -13,3 +13,30 @@ # Generator-jade

## Usage
This generator is powered by the jade template engine
Until now this is what you got. There is no fancy js and css frameworks
But you can add them very easily. Just update your bower file and run <code>bower install</code>
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.
And this is how i thought about the directory structure of the jade directory
jade
|-- index.jade
|-- layouts
| |-- _default_layout.jade
| +-- partials
| |-- _html-header.jade
| |-- _footer.jade
| +-- _nav.jade
|-- page1
| |-- index.jade
| |-- partials
| |-- _partial.jade
+ - page2
|-- index.jade
|-- partials
|-- _partial.jade
## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc