Socket
Socket
Sign inDemoInstall

brackets-npm-registry

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brackets-npm-registry

Install your extensions into Brackets using npm


Version published
Weekly downloads
90
increased by114.29%
Maintainers
1
Weekly downloads
 
Created
Source

NPM version Build status Downloads

brackets-npm-registry

Extension to install other extensions with npm

How to install brackets-npm-registry

It's recommended to have node.js or io.js installed.

mac

sudo npm install --global gulp-cli
cd ~/Library/Application\ Support/Brackets/extensions/user/
git clone https://github.com/zaggino/brackets-npm-registry.git brackets-npm-registry
cd brackets-npm-registry
npm install

windows

npm install --global gulp-cli
cd %HOMEPATH%\AppData\Roaming\Brackets\extensions\user
git clone https://github.com/zaggino/brackets-npm-registry.git brackets-npm-registry
cd brackets-npm-registry
npm install

linux

sudo npm install --global gulp-cli
cd ~/.config/Brackets/extensions/user
git clone https://github.com/zaggino/brackets-npm-registry.git brackets-npm-registry
cd brackets-npm-registry
npm install

How to upload extensions so the brackets-npm-registry is able to find them

  • package.json needs to have "brackets-extension" defined in "keywords"
  • package.json needs to have "brackets": "<version>" defined in "engines"
  • see sample package.json
  • use npm publish to upload the extension to the npm
  • installation works in the same way npm install does, all dependencies are downloaded and install script is executed

How to hack on brackets-npm-registry

This extension is written in ES6, so you'll need a few handy gulp tasks when doing any modifications to it.

gulp tasks

gulp build - build your ES6 files into ES5 so Brackets is able to run them

gulp watch - watch files for changes and compile them as you work

gulp test - lint your sources with ESLint

Keywords

FAQs

Package last updated on 07 May 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc