cdnjs

https://github.com/yasuyk/cdnjs.el.git

git clone 'git://github.com/yasuyk/cdnjs.el.git'
10

cdnjs.el

A front end for http://cdnjs.com

Synopsis

This is an Emacs package for searching, getting information and downloading Javascript or CSS packages from cdnjs.

The Emacs package uses gocdnjs to get information about cdnjs packages.

Features

List packages and download a package

cdnjs.el with the Spolsky theme and the Source Code Pro font

Insert URL

Requirement

Installation

cdnjs.el

If you're an Emacs 24 user or you have a recent version of package.el you can install cdnjs.el from the MELPA repository.

gocdnjs

M-x cdnjs-install-gocdnjs

The easiest way to install gocdnjs is to execute M-x cdnjs-install-gocdnjs.

Note that executing cdnjs-install-gocdnjs require wget and unzip commands.

After installed, You need not to configure cdnjs-gocdnjs-program.

go get

If you are familiar with Go Programming language, you can install gocdnjs by go get command.

go get github.com/yasuyk/gocdnjs

After installed, configure cdnjs-gocdnjs-program as follow:

(setq cdnjs-gocdnjs-program "/somewhere/bin/gocdnjs")

Standalone

gocdnjs can be easily installed as an executable. Download the latest compiled binary forms of gocdnjs for Darwin, Linux and Windows.

After installed, configure cdnjs-gocdnjs-program as follow:

(setq cdnjs-gocdnjs-program "/somewhere/bin/gocdnjs")

Usage

Customization