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

hibonutil-wrapper

v0.1.4

Published

This is a NPM module for working with HiBON format

Downloads

1

Readme

HiBON-wrapper for NPM

This project is planned as NPM module wrapper for HiBON using hibonutil

Disclaimer
This software is in development. Errors and instabilities are expected.

The util works only with linux, tested on Ubuntu 23.04.

Cross-platform not supported for now, since module uses linux-only binary

Install

Firstly you need to clone this repository.

Make sure that you have needed access rights and SSH key.

git clone [email protected]:tagion/npm-hibonutil.git
cd npm-hibonutil

Install needed depencencies and run build:

npm install
npm run build

If install and build passed without errors - everything is ready for use

Gettings Started

To use this module hibonutil need to be installed. You can check this with commmand

hibonutil --version

To get started and prove you have everything installed you can run following command from root directory

npm run build

To start server with API for given SDK you can run following command from root directory

npm run start

In order to start the server on the specified port you can run

npm run start -- -p 3333

To run short test for server and SDK you can run following command from root directory

npm run test

Scructure

  • src/ source files for this module
    • src/hibon/ structure that contains HiBON object
    • src/tagion/ wrappers for tagion binaries
  • srcipt/ utilitary scripts for testing purposes

Maintainers

Support

If you have any problems with this module, please, open an issue.