Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cdnjs/atom-extension
⚛ Atom extension for easily inserting scripts
https://github.com/cdnjs/atom-extension
api atom atom-extension cdnjs coffeescript extension html script webdev
Last synced: 3 months ago
JSON representation
⚛ Atom extension for easily inserting scripts
- Host: GitHub
- URL: https://github.com/cdnjs/atom-extension
- Owner: cdnjs
- License: mit
- Created: 2014-05-07T13:15:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-26T10:34:37.000Z (over 5 years ago)
- Last Synced: 2024-10-29T12:56:52.546Z (3 months ago)
- Topics: api, atom, atom-extension, cdnjs, coffeescript, extension, html, script, webdev
- Language: CoffeeScript
- Homepage: https://atom.io/packages/cdnjs
- Size: 271 KB
- Stars: 32
- Watchers: 15
- Forks: 12
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# CDNJS for ATOM
[![Dependency Status](https://david-dm.org/cdnjs/atom-extension.svg)](https://david-dm.org/cdnjs/atom-extension)Quickly embed url's from the large collection of client side libraries available at cdnjs.com
Simply bring up the command window (ctrl+shift+p) and type cdnjs to run the GetUrl method
### Getting started
`apm install cdnjs`
or visit https://atom.io/packages/cdnjs
### Insert cdnjs urls from inside the editor
![screenshot](https://cdn.rawgit.com/cdnjs/atom-extension/master/screenshots/geturl.gif)
### Download files straight into your project
![screenshot](https://cdn.rawgit.com/cdnjs/atom-extension/master/screenshots/downloadfile.gif)## Features
* Insert any url into your current file
* Right click in your tree, to download any file from cdnjs into your project### Contributors
- [Jonathan Andres](https://github.com/ksprwhite)