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

@dtinsight/dt-utils

v1.3.1

Published

袋鼠云前端常用工具库

Downloads

850

Readme

dt-utils | CHANGELOG

工具库

安装依赖

npm install @dtinsight/dt-utils
yarn add @dtinsight/dt-utils
pnpm install @dtinsight/dt-utils

文档地址

使用

  import { Utils, Cookie, DateTime, Layout, CopyUtils, LocalIndexedDB, LocalDB } from '@dtinsight/dt-utils';

贡献指南

欢迎大家参与贡献,本文将指导你如何贡献一份自己的力量,在提 issue 或者 pull request 之前,请花几分钟来阅读这篇指南。

分支管理

我们长期维护 master 分支,在创建分支前,请先了解一下分支规范。

  • master: 主干分支,用于发包

  • feat: 新特性分支

  • fix: 常规 bug 修复分支

新增功能

如需开发功能,请遵循以下流程:

1、请 fork 本项目,clone 自己的仓库,按照上述分支定义从 master 分支新建 feat 分支进行开发,分支命名用下划线加上版本号,如:feat_1.x_xxx

2、feat 分支开发完毕后请向相应人员提 PR,期望合入 master 分支,待相应人员 review 代码后合入

Bugs

我们使用 GitHub issues 来做 bug 追踪。

如果你在使用中发现了 bug,请给我们提 issue。如果你想自行修复这个问题,请遵循以下流程:

1、请从 master 分支中新建 fix 分支进行修复,分支命名用下划线加上版本号,如:hotfix_1.x_xxx

2、相关问题修复完毕后请向相应人员提 PR,期望合入master 分支,待相应人员 review 代码后合入

第一次贡献

如果你还不清楚怎么在 GitHub 上提 Pull Request ,可以阅读下面这篇文章来学习:

如何优雅地在 GitHub 上贡献代码

如果你打算开始处理一个 issue,请先检查一下 issue 下面的留言以确保没有别人正在处理这个 issue。如果当前没有人在处理的话你可以留言告知其他人你将会处理这个 issue,以免别人重复劳动。