Coder Social home page Coder Social logo

fanglei80 / nuclide Goto Github PK

View Code? Open in Web Editor NEW

This project forked from facebookarchive/nuclide

0.0 1.0 0.0 40.05 MB

An open IDE for web and native mobile development, built on top of Atom

Home Page: http://nuclide.io

License: Other

JavaScript 90.41% CoffeeScript 2.01% CSS 3.24% Objective-C 0.02% Python 4.21% C++ 0.01% Shell 0.01% PHP 0.01% Hack 0.01% HTML 0.06% C 0.01% Objective-C++ 0.01%

nuclide's Introduction

Nuclide

Nuclide is a collection of features for Atom to provide IDE-like functionality for a variety of programming languages and technologies.


Installation

Nuclide has two parts: the client, which is an Atom package, and the optional server for remote development, which is an NPM package.

Atom Package Installation

Nuclide is distributed as the 'nuclide' Atom package. If you have never installed an Atom package before, follow the package installation instructions from the Atom Flight Manual to do it through the Atom UI, or run the following from the command line:

$ apm install nuclide

Server Installation

Nuclide supports Remote Development via a process that runs on the remote machine where you want to edit files. Nuclide's server is distributed as the 'nuclide' NPM package. This is optional and only needed if you want to edit remote files from within Atom+Nuclide. To install the server, run the following command on the machine where the remote files live:

$ npm install -g nuclide

Building from Source

If you want to experiment with modifications to Nuclide's code, we recommend that you build it from source.

First clone the repo:

$ git clone https://github.com/facebook/nuclide.git

Install Nuclide's dependencies:

$ cd nuclide
$ npm install

Then link Nuclide as a development Atom package:

$ apm link -d

When you open Atom in development mode, either with atom --dev from the command line or with the Application: Open Dev command from within Atom, your linked version of Nuclide will load in place of any other version of 'nuclide' you might have installed.

nuclide's People

Contributors

bolinfest avatar nmote avatar mostafaeweda avatar jgebhardt avatar peterhal avatar scv119 avatar matthewwithanm avatar zertosh avatar hansonw avatar jamesgpearce avatar natthu avatar johnislarry avatar oclbdk avatar kyldvs avatar rameshvarun avatar lifeihuang avatar joelmarcey avatar mareksapota-fb avatar yiding avatar viatsko avatar samwgoldman avatar fredemmott avatar gaearon avatar frantic avatar aledista avatar keno avatar keplersj avatar dalinaum avatar ucodia avatar naartjie avatar

Watchers

 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.