New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

noide

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

noide

Web Editor built on hapi and nes websockets using browserify, superviews.js, bootstrap and the ACE editor.

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

noide

noide is a web-based code editor built using Node.js.

It's a useful, lightweight editor that runs in the browser.

Instructions

npm install noide -g

Then cd to the directory you want to edit and execute

noide

Now point your browser to http://localhost:3000/

You should see a page something like this:

ide

*** WARNING ***

If you'd like to try out this IDE that's great BUT USE CAUTION.

Ensure any code is backed up regularly. I would not like it to be responsible for any work lost.

Also, there is no authentication or security built in. That is left to you. Do not run on a publicly accessible server/port.

Features

noide’s current features:

  • File explorer tree view
  • File operations (create/delete/rename files and directories etc.)
  • Syntax highlighted code editing for many programming languages
  • Run simple shell commands and npm run-scripts
  • Find/Find+Replace
  • standardjs validation warnings and code formatting
  • Emmet
  • Code snippets
  • Themeable

Built using:

License

noide is released under a MIT License:

Copyright (C) 2014-2016 by David Stone

Keywords

Browser editor

FAQs

Package last updated on 22 Apr 2016

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