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

sum-vlib

v0.5.0

Published

かずなみが作成したJavaScript・TypeScript用オリジナルライブラリです。

Downloads

18

Readme

Various Library

かずなみが作成したJavaScript・TypeScript用オリジナルライブラリです。

様々な、僕が便利だと思う機能や、僕が使うために作った機能が沢山詰め込まれています。

そして、「Various Programs」がこのライブラリに統合され、簡単にこのライブラリを使用したり、利用したりできる柔軟性の高いプログラムとなりました。

npm i sum-vlib でインストールを行うことが出来ます。

利用するには次の構文で構成します。

import sumLibrary from "sum-vlib";
// or...
const sumLibrary = require("sum-vlib");

注意

このプログラムでは時々勝手にキャッシュフォルダを生成することがあります。名前は「Various-Library-Cache」となっています。場所の変更を行うことは出来ませんので、ご了承ください。
代わりに容量に余裕がない場合は、各プログラム毎にキャッシュ場所を移動するツールを設けています。そちらを利用し、システムの安定化を行ってください。

このライブラリの用途

このライブラリは「日本語」で利用したい方向けや、ちょっと欲しかった機能、複雑なライブラリの簡略化など、様々なものが同梱されているプログラムです。

以前と比べ、このライブラリは1つ1つのプログラムが分離しているため、開発に飽きたり、やる気がなくなったとしても、プログラムが消えることが無くなります。
そのため、安心してこのライブラリを使用し続けることが出来、バージョンアップも時間次第で可能性があります。

そして、このライブラリは無料で利用が出来ます。ライセンスは存在しませんが、現在僕はそのようなことに手が回らないため、とりあえず、何か疑問や提案があれば、Issuesにてご連絡をお願いいたします。

ライブラリを単独で使う

このライブラリには「Sumwave Various Programs Interface Tools」というものがあります。名前長いですね。
略して「Sum VPI Tools」です。これを利用することにより、「Various Programs」に代わるユーザー操作の可能なプログラムを提供します。

現在Sum VPI Toolsは完成していないため、コード例を出すことが出来ません。完成までお待ちください。