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

brace_document

v1.1.11

Published

A platform for plugin utilization regarding document generation which has many plugins

Downloads

91

Readme

Brace Document

Synopsis

Build statusDownloads

| The Brace Suite | Ubuntu on Windows | |:---------------------:|:-------------------------:| | Brace logo | Ubuntu on Windows logo | |


Brace Document help pages


Bonuses:

  • A beautiful showpiece of fully asynchronous non-blocking system program
  • A versatile and idempotent API design runs safely from anywhere on the system
  • Uses extensible design which incorporates the module system to create a plugin platform
  • Operates as a program from the command line or an import script
  • Uses AMD (asynchronous module definition), syntax
  • Well commented, thoroughly unit tested and professionally engineered
  • Tested for Linux and/or Windows environments

Caveats:

  • Only works with git repositories
  • Requires nodejs version 6 or greater

What it is

Brace Document serves as a platform to generate/modify document pages without using special syntax.

It does this by creating a structure object which is representative of the document pages hierarchy. It also creates a data object which contains the individual document page content and meta data. These objects (structure and data), are then passed to available plugins to be modified before returning back to be used with writing out the new document pages.

Idempotent

The API can be safely used redundantly.

Lets face facts here: plugins may need to re-call API members in order to effectively contribute to the program. Never fear, the API is designed to be repeatedly called without concern of the program final outcome.

Versatility

All of the API members within the Brace document can be called any of the module API members to generate different results.

For example: document_parse.createStructure can be called again in any of the plugin calls with the optional directory parameter to create a copy of the documents directory structure without altering the initial outcome expectations of the program run through.

Brace Document eats its own dog food.

Fruition of pragmatic software like Brace Document happens right here.

These documents are autogenerated via Brace Document and its' supporting plugins. Ironically, if this project was unnecessary, these documents would not be here to state it :).