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

jsdoc-template-argon

v0.2.0-dev

Published

A JSDoc template. Currently Work In Progress.

Downloads

91

Readme

JSDoc template Argon

Note : this is very much a WIP until this project reach v1.0

During my own documentation journey with es2015+ code, I found that it was tedious to get a nice documentation website with existing tooling. There's two alternatives :

  • ESDoc: a nice documentation tool+template built for ES2015+ code. The downside is that it is very strict compared to what you can document with JSDoc
  • JSDoc: the reference for JavaScript code documentation although it does not support properly all es2015+ and it lacks good website templates (in my opinion)

An example of how the template look likes :

Template Screenshot

Usage

Install jsdoc-template-argon somewhere on your machine (it can be in your deps)

npm install --save-dev jsdoc-template-argon
jsdoc src/ -c .jsdoc.json -r -d docs -t node_modules/jsdoc-template-argon

Please if you have any problem with es2015, make sure to read ES2015+ issues before posting.

Demo

This project is self-documented using itself !

https://oza94.github.io/jsdoc-template-argon

Keep in mind that some demos use existing open source projects (lodash, pixi.js) but this is not their official documentation.

Options

Find below the template options

  • referencePaths {String} Default to file. Can be folder. Define how symbols are grouped in the reference navigation menu (either by folder path or filename path)
  • repository.url {String} If set this will show a link to the repository if the top right corner (default to github icon)
  • repository.icon {String} Default to github. Find available icons on Font awesome page
  • debug {Boolean} Set to true if you want to output additional debug information in the generated site
  • builtins.mdnLinks {Boolean} Default to false. If set to true, native types and object (aka. Number, Array, Uint8Array ...) will be linked to relevant MDN documentation page
  • builtins.allowUncapitalized {Boolean} Default to false. If set to true, unproperly capitalized native names are coerced e.g. string will become String

Todo v1.0

License

This project is MIT-Licensed.