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

ndit

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ndit

## **Project Overview**

latest
Source
npmnpm
Version
0.0.5
Version published
Maintainers
0
Created
Source

Ndit:Powerful and lightweight editor made in javascript

Project Overview

Ndit was made with the main purpose to show to the rest of developers, how powerful is javascript from the backend side, i've been searching an editor made in javascript, but there's no one what works very well or stay up to date, so i decided to make my own editor in javascript. Ndit is a minimalistic text editor but i'd like to convert it in a more powerful code editor like neovim, so if you wanna contribute with this project, just push your changes, it would be a pleasure to work with you, please send me your ideas or something that you think would help this project to evolve in something bigger.

Usage

you can compile it from source or install it from the npm registry, if you wanna compile it from the source, you must follow the next steps after you cloned the repository:

  • install the dependencies
npm i
  • execute the build and start script:
node --run  start

or you can install globally in your system:

npm i -g ndit

then, you can use it, selecting any file:

ndit <your file>

Screenshots

Ndit

Keywords

terminal

FAQs

Package last updated on 14 Sep 2024

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