Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-mirror

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-mirror

node.js + CodeMirror = Great IDE and Admin Tool

  • 0.0.96
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
30
decreased by-71.15%
Maintainers
1
Weekly downloads
 
Created
Source

Description

A IDE build around CodeMirror.net.
If you dont know CodeMirror.net, please check it out. Its a great Project.
This projects aim is to follow the CodeMirror philosophy of pluginability and simplistic approach to give you a full (Web)Developer IDE.
So all you need is:

  • a Computer (unix recommended but windows is supported as well)
  • node.js
  • this Project

and you have answered the Question about which Editor to choose.
You will be able to edit your code from anywhere you want. if you dont like the colors you just change em. if support for a mimetype is missing you can just add it.
You will never again have to be frustrated about a missing feature within your IDE because you can just add it. At least if you know JavaScript.

For every Content Type where a CodeMirror Mode exists, a CodeMirror instance will be opened. Also every content Type starting with text/* will be opened using CodeMirror.
For all other files there is a download button.

features:

  • view / edit all content/types supported by CodeMirror.net
  • view / edit all files in text mode or download them
  • html tester / analyzer
  • .less tester / .less online help / save your .less file immediately as .css file
  • awesome hexeditor
  • integrated pegjs parser debugger
  • download directories as zip files (alpha)
  • Terminals (!)

Security

pass username and password to secure your local files from being hacked

Usage

npm install node-mirror

node node_modules/node-mirror/bin/nodeMirror.js --port 3000 --dir /home/sol/projects --username sol --password mysupersecretpassword

http://127.0.0.1:3000/

this is still beta. but i am using this for development so you can expect more.
i am getting pretty comfortable with this project. maybe i will release 0.1 soon.

the npm distribution is a release build

check out my git page to get the development version which you can use to customize node-mirror
there is a build script that lets you build your own node-mirror

to switch of the experimental terminal or debugger use this command line parameters

node node_modules/node-mirror/bin/nodeMirror.js --no-terminal --no-debug

Windows Users

due to some incopatibility between the terminal module and the node cluser module in windows, the restart function is disabled in Windows.
Sorry!

Special Thanks

  • CodeMirror (https://github.com/chjj/pty.js)
    for creating the most developer friendly editor

  • pty.js (https://github.com/chjj/pty.js)
    for making terminals in node.js possible

  • all the contributers, testers and users
    for making this a great IDE

License

BSD

Keywords

FAQs

Package last updated on 21 Oct 2013

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