wns-template-package
Version:
Templating package/bundle for WNS Middleware
34 lines (20 loc) • 854 B
Markdown
WNS's Template Package (Official)
================
A powerful package for **WNS Middleware** supported by *WNS Team* that contains components that interface your application with the **best Node.JS templates** like Dust.JS.
**This package was developed to work well with [wns-mvc-package](http://github.com/pedronasser/wns-mvc-package)**
#### Features
- Default Template
- Dust.JS Template
- More templates soon...
#### Requirements
- Node.JS + NPM
- WNS Middleware v0.0.8+
#### Installing
Enter your application's directory...
##### Installing with WNS Package Manager
$ wnspm install template
##### Installing with NPM
Inside your application directory just type:
$ npm install wns-template-package
##### Dependents packages
- [wns-mvc-package](http://github.com/pedronasser/wns-mvc-package)