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

nodeman

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodeman

Executable Node.js User's Colorful Manual for Command-line.

latest
Source
npmnpm
Version
1.1.2
Version published
Weekly downloads
1.6K
-15.87%
Maintainers
1
Weekly downloads
 
Created
Source

Build Status

소개

문서를 브라우져로만 봐야 하나요? 저의 개발환경은 vim. 저는 참 vim 을 좋아하는데요. 암튼 man 명령어를 node.js 용으로 만들어보자.

Node.js Core Module 부터 각종 3rd party module 유용한 것이면, 모두 제공할 수 있도록 지속적인 업데이트

소개 웹페이지

설치

npm install nodeman -g

업데이트

npm update nodeman -g

사용방법

help

$ nodeman -h

포함된 모듈을 카테고리별로 보기

$ nodeman -b

node.js doc 에 포함된 http NativeModule 보기

$ nodeman http

async module

$ nodeman async

문서추가 방법

docs 디렉토리안에 moduleName.meta.js, modulename.md 규칙으로 생성되어야 합니다.

moduleName.meta.js

exports.name = 'moduleName';
exports.category = 'none';
exports.homepage = 'http://homepage';

moduleName.md

Markdown 형식으로 작성

FAQs

Package last updated on 03 May 2013

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