Socket
Book a DemoInstallSign in
Socket

npmpage

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npmpage

create pages for npm modules.

Source
npmnpm
Version
1.0.21
Version published
Weekly downloads
0
Maintainers
3
Weekly downloads
 
Created
Source

npmpage

npmpage creates nice static pages for your modules.

Availabililty

npm git git docs

Status for master

build status coverage report Dependency Status bitHound Dependencies bitHound Code TypeScript node

Usage

npmpage makes it easy to create pages for your npm modules. The module page root will be created at ./pages which you can then use as webroot facing the public.

Default behaviour

By default npmpage will

  • look for README.md at ./
  • look for a docs in the ./docs/ and create a nice page at pages/
  • prepare page compatibility with different services like gitlab pages

Note: If you have API docs store them at pages/api npmpage will automatically detect them and intergrate it into the menu.

How does npmpage operate?

npmpage will compile all your docs into a .json file and then use an Angular2 application to display this data.

npm

Keywords

page

FAQs

Package last updated on 18 Dec 2016

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