Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

docume

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docume

Generate documentation in README from source files

  • 0.1.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

DocuMe

Build Status

Generate documentation in README from source files.

Install

$ npm install -g docume

(The usage documentation below is generated via DocuMe itself. See the source of bin/docume file.)

Usage

Put some placeholders in your README file first:

# My README

Some line here...

<!--docume:path/to/source.js-->
<!--/docume:path/to/source.js-->

Author Name

It is expected that your source file would have Markdown formatted documentation as single-line comments:

/* path/to/source.js */

// this is a line that will be copied to README
var str = 'Hello World';

Now run the command:

$ docume README.md

License

MIT © Fahad Ibnay Heylaal

Keywords

FAQs

Package last updated on 10 May 2015

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc