All Projects → jsconsole → chrome-jsconsole

jsconsole / chrome-jsconsole

Licence: other
A extension to load external JS libraries within developer console

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

JSconsole is a Chrome Extension that helps developer to load external JS libraries within their favourite ❤️ developer console.

INSTALL EXTENSION

Screenshot

Features

  • 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.

CONTRIBUTING

  • Setup

    • Fork jsconsole.github.io and clone it on your system.
    • Install all the required dependencies by running npm install and bower install.
    • Build this project by running gulp build. This creates dist folder containing files of your chrome-extension.
    • Create a new branch out off master for your fix/feature by running git checkout -b new-feature.
  • Things to remember

    • Do not fix multiple issues in a single commit. Keep them one thing per commit so that they can be picked easily in case only few commits require to be merged.
    • Before submitting a patch, rebase your branch on upstream master to make life easier for the merger.
    • DO NOT commit automatic build files or folders (dist/** || node_modules || etc) in your commits.

TODOs

  • Add separate watchers for HTML, CSS and JS files.
  • Delete app/scripts folder once dist folder has been made after every gulp build.
  • Install CSS-linter.
  • Write unit-test.

License

MIT Licensed

Copyright (c) 2017 Rachit Gulati, jsconsole.github.io

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].