# nodejs-repl.el **Repository Path**: mirrors_Unitech/nodejs-repl.el ## Basic Information - **Project Name**: nodejs-repl.el - **Description**: Run Node.js REPL and communicate the process - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README nodejs-repl.el --- Run Node.js REPL =================================== Description ----------- This program is derived from comint-mode and provides the below features. * token completion, same as Node.js REPL * file name completion in string * incremental history search Usage ----- Put this file in your Emacs lisp path (e.g. ~/.emacs.d/site-lisp) and add to the following lines to your .emacs: (require 'nodejs-repl) In order to run Node.js REPL, type `M-x nodejs-repl`. See also `comint-mode` to check key bindings, typing `M-x help f comint-mode`. Author ------ Takeshi Arabiki (abicky) Copyright and License --------------------- Copyright (C) 2012-2013 Takeshi Arabiki (abicky) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see .