The repository mirroring all scripts on cdnjs.cloudflare.com
Want your script included? Easy.
- Fork this repository
- Add your library (following the conventions of this repository)
- 1 library per pull request
- include a package.json in the npm format (see
test/schemata/npm-package.json
for details - it's very simple)
- Run your package.json through a JSON Validator
- Bonus points: set up a Travis CI hook (we already made the
.travis.yml
) for your fork!
- Send us a pull request.
- Make sure you include in the pull description:
- Where you downloaded the script
- If it isn't clear, how you found the version of the script
- e.g. cdnjs#229
- If you set up Travis CI, include your badge for super-readability!