补充:立即在REPL环境中尝试npm模块

时间:2024-02-23 10:25:07
【文件属性】:

文件名称:补充:立即在REPL环境中尝试npm模块

文件大小:7KB

文件格式:ZIP

更新时间:2024-02-23 10:25:07

npm repl npmJavaScript

代表 立即在REPL环境中尝试npm模块。 产品特点 从npm安装模块,可以选择安装特定版本。 在特定的提交或分支直接从GitHub安装模块。 使用自定义的REPL,例如coffee-script/repl 。 保留过去会话的历史记录。 安装 $ npm install -g replem 用法 replem [options] [[:]]... --repl require a custom repl -v, --verbose enable verbose output -h, --help displays help 启动REPL会话,其中安装了指定的软件包并在上下文中可用。 论点 在内部使用 ,因此可以接受类似类型的参数。 例如: 安装特定版本: replem lodash@3.0.0 从GitHub安装模块: replem githubname/reponame#commit 通过使用:后缀模块名称,可以为模块设置别名。 模块的导出将以该名称提供。 $ replem ra


【文件预览】:
replem-master
----.eslintrc(252B)
----bin()
--------replem(40B)
----package.json(808B)
----test.sh(170B)
----.gitignore(38B)
----lib()
--------parse-argv.js(173B)
--------index.js(5KB)
--------npm.js(451B)
--------help.js(576B)
--------format-installed-list.js(875B)
----Makefile(318B)
----README.md(2KB)

网友评论