Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "isite", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Fast & Easy Full Web Site Management", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
#Start Your Site Fast | ||
*Features | ||
- Auto Routes [simple & Advanced] | ||
- Handle Response Headers | ||
- Auto Configer Request Cookies & Query Strings | ||
- Detect User Session | ||
- Auto Caching Files | ||
- MD5 Hash Function | ||
@@ -17,4 +24,16 @@ ## Installation | ||
##Routes | ||
Easy Site Routing | ||
```js | ||
site.addRoute({name: '/js/jquery.js',path: './js/jquery.min.js'}); | ||
site.addRoute({name: '/js/bootstrap.js',path: './js/bootstrap.min.js'}); | ||
site.addRoute({name: '/css/bootstrap.css',path: './css/bootstrap.min.css'}); | ||
site.addRoute({name: '/',path: './index.html'}); | ||
``` | ||
##More | ||
Send Me Absunstar@gmail.com |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14711
38