GithubHelp home page GithubHelp logo

petetnt / brackets-npm-registry Goto Github PK

View Code? Open in Web Editor NEW

This project forked from brackets-userland/brackets-npm-registry

0.0 3.0 0.0 312 KB

Extension to install other extensions with npm

License: MIT License

JavaScript 76.33% CSS 23.67%

brackets-npm-registry's Introduction

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

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

cd /D %HOMEDRIVE%%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

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 use brackets-npm-registry

You'll get a new icon in the right toolbar to open this extensions registry.

how-to-use.png

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

brackets-npm-registry's People

Contributors

semigradsky avatar zaggino avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.