Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsdelivr/plugin-atom
jsDelivr plugin for Atom
https://github.com/jsdelivr/plugin-atom
atom
Last synced: 2 months ago
JSON representation
jsDelivr plugin for Atom
- Host: GitHub
- URL: https://github.com/jsdelivr/plugin-atom
- Owner: jsdelivr
- License: osl-3.0
- Created: 2018-12-06T23:33:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-13T21:29:53.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T02:43:10.895Z (10 months ago)
- Topics: atom
- Language: JavaScript
- Homepage: https://atom.io/packages/jsdelivr
- Size: 167 KB
- Stars: 8
- Watchers: 8
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# plugin-atom
Quickly insert any npm package from [jsDelivr CDN](https://www.jsdelivr.com).
Use a keyboard shortcut (Alt + A by default) or choose "Add jsDelivr package"
from the context menu to bring up the search window.![Screenshot 1](screenshots/preview.gif)
## Installation
In your IDE, go to `File -> Settings -> Install` and search for `jsDelivr`.
## Features
- Insert just the URL, HTML code, or HTML + SRI.
- Offers [minified versions](https://www.jsdelivr.com/features#minify) of all CSS/JS files.
- Quick open (press in the search results list):
- F1 - jsDelivr package page
- F2 - npm package page
- F3 - GitHub page## Setup for development
1. Fork the repository
2. In Atom IDE open new terminal (Alt+Shift+T) and run `npm install`
3. Link the package with `apm link`
4. Edit the code, note that every change you make will be applied in your Atom window after you reload it (Ctrl+Shift+F5)