Editing
Packaging jQuery Plugins
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Distribution == === Marking a release === See [[Marking Releases With Git]] === Specifying files to install with `npm` === Use the `.npmignore` file in the root of plugin project to specify which files to exclude when running `npm install`. `.npmignore` works the same way as `.gitignore`. <ref>[https://docs.npmjs.com/files/package.json#files `files` setting in `package.json` documentation], `npm` documentation</ref> === Publishing npm packages === I'm actually more interested in distributing packages through GitHub since they are mostly for use in my own projects. * [http://blog.npmjs.org/post/111475741445/publishing-your-jquery-plugin-to-npm-the-quick Publishing your jQuery plugin to npm, the quick and dirty way], `npm` Blog === Using plugins in projects === Use `npm` to fetch the plugin from GitHub, included in in the project, and add it to the project requirements: <syntaxhighlight lang="bash"> $ npm install git+https://git@github.com/northrose/lightboxLink.git --save </syntaxhighlight> * The `--save` parameter updates `package.json`, adding the package as a dependency of the project. * To use a branch other than `master` append `#branchname` to the repo URL. * [http://blog.npmjs.org/post/112064849860/using-jquery-plugins-with-npm Using jQuery plugins with npm], `npm` Blog
Summary:
Please note that all contributions to Littledamien Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Littledamien Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information