npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

idoc

v1.31.0

Published

Simple document generation tool. Dependence Node.js run.

Downloads

513

Readme

idoc

NPM version CI Dependents Repo npm Downloads npm Downloads npm Downloads

Generate static pages from all Markdown in a folder.

  ,,        ,,
  db      `7MM
            MM
`7MM   ,M""bMM  ,pW"Wq.   ,p6"bo
  MM ,AP    MM 6W'   `Wb 6M'  OO
  MM 8MI    MM 8M     M8 8M
  MM `Mb    MM YA.   ,A9 YM.    ,
.JMML.`Wbmd"MML.`Ybmd9'   YMbmd'

Quick Start

Create a idoc site using the beautiful defalut theme.

$ npx idoc init myapp

Or

$ sudo npm i idoc -g
$ idoc init myapp

Running the idoc init myapp generator from the command line will create a directory structure with the following elements:

├── docs
│   ├── README.md
│   └── about.md
├── package.json
└── idoc.yml

Or use in github actions

- name: Create idoc config.
  run: |
    cat > idoc.yml << EOF
    site: "Rehype Rewrite {{version}}"
    menus:
      Home: index.html
    EOF

- run: npm install [email protected] -g
- run: idoc --output="www"

Command Help

Usage: idoc [init|new][options] [--help|h] [--version|v]

Options:

  -v, --version, Show version number
  -h, --help,    Displays help information.
  -f, --force,   Force file regeneration.
  -s, --site,    Set website name.
  -d, --dir <dir-path>, Markdown file directory. defalut(docs)
  -o, --output <dir-path>, Output directory. defalut(dist)
  -w, --watch,   Watch and compile Markdown files.
  -t, --theme,   Customize theme settings. defalut(defalut)
  -m, --minify,  minify HTML

Example:

  $ idoc init <folder>
  $ idoc new introduce/README.md
  $ idoc new introduce/README.md "Hello World" -f
  $ idoc --theme="defalut"
  $ idoc --dir="docs"
  $ idoc --output="dist"
  $ idoc --watch --output="www"

Compiled with idoc

My macOS app's official website is also built with it:

| Repo | Starred | Last Commit | Website | | ---- | ---- | ---- | ---- | | Awesome Mac | Github Stars | GitHub last commit | Preview Website | | Awesome UIKit | Github Stars | GitHub last commit | Preview Website | | MySQL Tutorial | Github Stars | GitHub last commit | Preview Website | | Docker Tutorial | Github Stars | GitHub last commit | Preview Website | | Nginx Tutorial | Github Stars | GitHub last commit | Preview Website | | Vim Web | Github Stars | GitHub last commit | Preview Website | | Git Tips | Github Stars | GitHub last commit | Preview Website | | Shell Tutorial | Github Stars | GitHub last commit | Preview Website | | SwiftUI Example | Github Stars | GitHub last commit | Preview Website | | Swift Tutorial | Github Stars | GitHub last commit | Preview Website | | Handbook | Github Stars | GitHub last commit | Preview Website | | GitHub Actions | Github Stars | GitHub last commit | Preview Website | | HTML Tutorial | Github Stars | GitHub last commit | Preview Website | | C Tutorial | Github Stars | GitHub last commit | Preview Website | | React Native | Github Stars | GitHub last commit | Preview Website | | TypeNexus | Github Stars | GitHub last commit | Preview Website | | Awesome ChatGPT | Github Stars | GitHub last commit | Preview Website | | React Components Awesome | Github Stars | GitHub last commit | Preview Website | | Repo | Starred | Downloads | Website | | rehype-rewrite | Github Stars | NPM Downloads | Preview Website | | rehype-attr | Github Stars | NPM Downloads | Preview Website | | rehype-ignore | Github Stars | NPM Downloads | Preview Website | | rehype-video | Github Stars | NPM Downloads | Preview Website | | remark-github-blockquote-alert | Github Stars | NPM Downloads | Preview Website | | store.js | Github Stars | NPM Downloads | Preview Website | | cookie.js | Github Stars | NPM Downloads | Preview Website | | auto-config-loader | Github Stars | NPM Downloads | Preview Website | | chmod-cli | Github Stars | NPM Downloads | Preview Website | | local-ip-url | Github Stars | NPM Downloads | Preview Website | | path-templater | Github Stars | NPM Downloads | Preview Website | | html-to-markdown-cli | Github Stars | NPM Downloads | Preview Website | | colors-named | Github Stars | NPM Downloads | Preview Website | | colors-named-hex | Github Stars | NPM Downloads | Preview Website | | colors-named-decimal | Github Stars | NPM Downloads | Preview Website | | chinese-numerals | Github Stars | NPM Downloads | Preview Website | | image2uri | Github Stars | NPM Downloads | Preview Website | | svgtofont | Github Stars | NPM Downloads | Preview Website | | console-emojis | Github Stars | NPM Downloads | Preview Website | | compile-less | Github Stars | NPM Downloads | Preview Website |

Contributors

As always, thanks to our amazing contributors!

Made with action-contributors.

License

Licensed under the MIT License.