Skip to content

akshat-khosya/ndry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ndry

A lightweight, zero-config Node.js playground for your terminal.

Features

  • 🚀 Instant Node.js Editor: Launches a web-based editor in your browser.
  • 📂 Context Aware: Access node_modules from your current directory.
  • 📦 Package Manager: Install packages directly from the UI (npm install wrapper).
  • Real-Time Streaming: See script output as it happens.
  • 🔄 NVM Support: Switch between Node.js versions instantly.

Installation

You can run it directly with npx:

npx ndry

Or install it globally:

npm install -g ndry

Usage

Navigate to any project directory and run:

ndry

This will start the server and open your default browser. You can now write code that imports packages from your project!

Author

Akshat Khosya

License

ISC

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published