Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfredobarron/smoke
Smoke form validation and components for Bootstrap
https://github.com/alfredobarron/smoke
Last synced: 10 days ago
JSON representation
Smoke form validation and components for Bootstrap
- Host: GitHub
- URL: https://github.com/alfredobarron/smoke
- Owner: alfredobarron
- License: lgpl-3.0
- Created: 2013-11-08T20:12:48.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-04-06T10:14:16.000Z (over 4 years ago)
- Last Synced: 2024-10-28T05:12:48.289Z (17 days ago)
- Language: JavaScript
- Homepage: http://alfredobarron.github.io/smoke
- Size: 2.68 MB
- Stars: 387
- Watchers: 42
- Forks: 64
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#[Smoke](http://alfredobarron.github.io/smoke)
![Version](https://img.shields.io/github/release/alfredobarron/smoke.svg)
![Version](https://img.shields.io/bower/v/smoke.svg)
![Version](https://img.shields.io/npm/v/smokejs.svg)Smoke form validation and components for Bootstrap
To get started, check out [http://alfredobarron.github.io/smoke/](http://alfredobarron.github.io/smoke/)
## Table of contents
- [Quick start](#quick-start)
- [Required](#required)
- [Documentation](#documentation)
- [How to contribute](#how-to-contribute)
- [Community](#community)
- [Creators](#creators)
- [Collaborators](#collaborators)
- [Copyright and license](#copyright-and-license)## Quick start
Several quick start options are available:
- [Download the latest release](https://github.com/alfredobarron/smoke/archive/master.zip)
- Clone the repo: `git clone https://github.com/alfredobarron/smoke.git`.
- Install with [Bower](http://bower.io/): `bower install smoke`.
- Install with [npm](https://www.npmjs.com): `npm install smokejs`.Read the [Getting started page](http://alfredobarron.github.io/smoke/#/getting-started) for information on the plugin contents.
##Required
Smoke plugin requires the [Jquery](http://jquery.com/) library and [Bootstrap 3.](http://getbootstrap.com/) framework.
##Documentation
Documentation can check the [http://alfredobarron.github.io/smoke/](http://alfredobarron.github.io/smoke/)
##How to contribute
All contributions are very welcome, We love it. There are several ways to help out:
- Create an issue on GitHub, if you have found a bug
- Write test cases for open bug issues
- Write patches for open bug/feature issues, preferably with test cases included
- Contribute to the documentationThere are a few guidelines that we need contributors to follow so that we have a chance of keeping on top of things.
If you want to making changes Better avoid working directly on the master branch, to avoid conflicts if you pull in updates from origin, so, if make your contribution under the branch [`dev`](https://github.com/alfredobarron/smoke/tree/dev), into folder `docs/src/`.
##Community
- Join [the official Slack room](https://smokejs.slack.com).
- Implementation help may be found at Stack Overflow (tagged [`smoke`](http://stackoverflow.com/questions/tagged/smoke)).##Creators
[@AlfredoBarronC](https://twitter.com/AlfredoBarronC)
##Collaborators
- [@misaelrojas](https://github.com/misaelrojas)
- [@mostrosonido](https://twitter.com/mostrosonido)
- [@sdhp](https://github.com/sdhp)
- [@LespiletteMaxime](https://github.com/LespiletteMaxime)
- [@promogest](https://github.com/promogest)
- [@hidesuke](https://github.com/hidesuke)
- [@druzza](https://github.com/druzza)
- [@adaniello](https://github.com/adaniello)
- [@tamerwaw](https://github.com/tamerwaw)
- [@itsromack](https://github.com/itsromack)##Copyright and license
Code and documentation (c) Copyright 2015 Alfredo Barron. Code published under [license LGPL](https://github.com/alfredobarron/smoke/blob/master/LICENSE)