PoistueJS
v1.0.2
Published
Simple task runner of Javascript Library, simple task doesn't wasted to be repeated.
Downloads
3
Maintainers
Readme
PoistueJS
PoistueJS is simple task runner of Javascript Library, simple task do not wasted to be repeated, created by Iskandar Jamil.
To get started, check out http://jen-apps.iskandarjamil.com/poistuejs!
Table of contents
Quick start
Several quick start options are available:
- Download the latest release.
- Clone the repo:
git clone https://github.com/iskandarjamil/PoistueJS.git
- Install with npm:
npm install PoistueJS
- Install with Composer:
composer require iskandarjamil/poistuejs
- Install with Bower:
bower install poistuejs
Read the Installation for information on the framework contents, templates and examples, and more.
Features
- Lazyload (http://jen-apps.iskandarjamil.com/poistuejs/#lazyload)
- Load External (http://jen-apps.iskandarjamil.com/poistuejs/#load-external)
- Scroll to Top (http://jen-apps.iskandarjamil.com/poistuejs/#scrolltotop)
- Scroll Balloon (http://jen-apps.iskandarjamil.com/poistuejs/#scrollballoon)
- Extend View (http://jen-apps.iskandarjamil.com/poistuejs/#extendview)
- HTML5 Form Validator (http://jen-apps.iskandarjamil.com/poistuejs/#formvalidator)
- Google Map (http://jen-apps.iskandarjamil.com/poistuejs/#googlemap)
What's included
Within the download zip file included directories and files, I providing both compiled and minified variations. You'll see something like this:
PoistueJS/
├── css/
│ ├── PoistueJS.css
│ ├── PoistueJS.css.map
│ ├── PoistueJS.min.css
│ └── PoistueJS.min.css.map
└── js/
├── PoistueJS.js
└── PoistueJS.min.js
We provide compiled CSS and JS (PoistueJS.*
), as well as compiled and minified CSS and JS (PoistueJS.min.*
). CSS source maps (PoistueJS.*.map
) are available for use with certain browsers' developer tools.
Bugs and feature requests
If your problem or idea is not addressed yet, please open a new issue.
Documentation
PoistueJS's documentation, you may find at http://jen-apps.iskandarjamil.com/poistuejs.
Versioning
See the Releases section of our GitHub project for changelogs for each release version of PoistueJS.
Creators
Iskandar Jamil
Copyright and license
Code and documentation copyright 2016 the PoistueJS Authors. Code released under the MIT license.