https://github.com/johno/get-classes-from-html
Get an array of classes from HTML
https://github.com/johno/get-classes-from-html
Last synced: about 1 year ago
JSON representation
Get an array of classes from HTML
- Host: GitHub
- URL: https://github.com/johno/get-classes-from-html
- Owner: johno
- License: mit
- Created: 2015-10-12T18:17:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-20T23:40:25.000Z (over 10 years ago)
- Last Synced: 2025-04-13T19:43:37.890Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 137 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# get-classes-from-html [](https://travis-ci.org/johnotander/get-classes-from-html) [](https://github.com/feross/standard)
Get classes from an HTML string
## Installation
```bash
npm install --save get-classes-from-html
```
## Usage
```javascript
var getClassesFromHtml = require('get-classes-from-html')
getClassesFromHtml('') // => ['bg-purple', 'tomato']
```
## License
MIT
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
Crafted with <3 by John Otander ([@4lpine](https://twitter.com/4lpine)).
***
> This package was initially generated with [yeoman](http://yeoman.io) and the [p generator](https://github.com/johnotander/generator-p.git).