Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cowboy/javascript-library-boilerplate
JavaScript Library Boilerplate: Roll your own
https://github.com/cowboy/javascript-library-boilerplate
Last synced: about 2 months ago
JSON representation
JavaScript Library Boilerplate: Roll your own
- Host: GitHub
- URL: https://github.com/cowboy/javascript-library-boilerplate
- Owner: cowboy
- Created: 2011-04-01T19:16:32.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-04-02T02:39:37.000Z (over 13 years ago)
- Last Synced: 2024-10-14T14:19:07.239Z (2 months ago)
- Language: JavaScript
- Homepage: http://benalman.com/projects/javascript-library-boilerplate/
- Size: 1.33 MB
- Stars: 100
- Watchers: 4
- Forks: 27
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript Library Boilerplate
Why go through the tedium of creating both a closure AND a `.noConflict` method when all you want to do is create your own JavaScript Library? With [JavaScript Library Boilerplate][project], you can hit the ground running and create your own JavaScript Library in no time!
[project]: http://benalman.com/projects/javascript-library-boilerplate/
## Getting Started
Fork the repo. Change the `name` and `$` function. And rename the .js files. And change all references to `QSA` or `qsa` to your new name. And edit the unit tests. And document everything. Or just use [jQuery](http://jquery.com/).
More complete instructions are available at the [project page][project].
## QSA
For more information on the included blazingly-fast 0.3kb QSA css selector library, visit the [project page][project].
## License
Copyright (c) 2011 "Cowboy" Ben Alman
Dual licensed under the MIT and GPL licenses.
http://benalman.com/about/license/