JSconsole is a Chrome Extension that helps developer to load external JS libraries within their favourite ❤️ developer console.
- Load any library by name or URL with latest version.
- Search any library just by name.
- Alias to load the most famous libraries.
- List all the loaded libraries.
- Clear your console directly.
If you find it useful, you can show your support by sharing it in your social network or by simply letting me know how much you ❤️ it by tweeting to @squiroid.
-
- Fork jsconsole.github.io and clone it on your system.
- Create a new branch out off
development
for your fix/feature.git checkout -b new-feature
-
- Do not fix multiple issues in a single commit. Keep them one thing per commit so that they can be picked easily incase only few commits require to be merged.
- Before submitting a patch, rebase your branch on upstream
development
to make life easier for the merger. - DO NOT commit automatic build files or folders (
dist/** || node_modules || etc
) in your commits.
MIT Licensed
Copyright (c) 2017 Rachit Gulati, jsconsole.github.io