All Projects → DTStack → dt-utils

DTStack / dt-utils

Licence: other
前端常用工具函数

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to dt-utils

go-tools
A utility tool library of Golang.
Stars: ✭ 44 (+91.3%)
Mutual labels:  toolkit, utils
Smart-Inspector
Fluent re-take on Unity Inspector UX. Packed with QoL improvements.
Stars: ✭ 680 (+2856.52%)
Mutual labels:  toolkit, utils
sweekt
🍭 Some sugar to sweeten Kotlin development.
Stars: ✭ 35 (+52.17%)
Mutual labels:  toolkit, utils
Ramda Adjunct
Ramda Adjunct is the most popular and most comprehensive set of functional utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.
Stars: ✭ 550 (+2291.3%)
Mutual labels:  toolkit, utils
Spiceypy
SpiceyPy: a Pythonic Wrapper for the SPICE Toolkit.
Stars: ✭ 218 (+847.83%)
Mutual labels:  toolkit
Bootstrap Italia
Bootstrap Italia è un tema Bootstrap 4 conforme alle linee guida di design per i servizi web della PA
Stars: ✭ 193 (+739.13%)
Mutual labels:  toolkit
Testify
A toolkit with common assertions and mocks that plays nicely with the standard library
Stars: ✭ 14,996 (+65100%)
Mutual labels:  toolkit
Ran
⚡ RAN! React . GraphQL . Next.js Toolkit ⚡ - SEO-Ready, Production-Ready, SSR, Hot-Reload, CSS-in-JS, Caching, CLI commands and more...
Stars: ✭ 2,128 (+9152.17%)
Mutual labels:  toolkit
Jfa Pwa Toolkit
⚡️ PWA Features to Any Website (very Fast & Easy)
Stars: ✭ 245 (+965.22%)
Mutual labels:  toolkit
Mercury
Mercury is a hacking tool used to collect information and use the information to further hurt the target
Stars: ✭ 236 (+926.09%)
Mutual labels:  toolkit
Libagar
Cross-Platform GUI Toolkit (stable)
Stars: ✭ 212 (+821.74%)
Mutual labels:  toolkit
Asu
facebook hacking toolkit
Stars: ✭ 197 (+756.52%)
Mutual labels:  toolkit
Phonia
Phonia Toolkit is one of the most advanced toolkits to scan phone numbers using only free resources. The goal is to first gather standard information such as country, area, carrier and line type on any international phone numbers with a very good accuracy.
Stars: ✭ 221 (+860.87%)
Mutual labels:  toolkit
Genometools
GenomeTools genome analysis system.
Stars: ✭ 186 (+708.7%)
Mutual labels:  toolkit
Pk3ds
Pokémon (3DS) ROM Editor & Randomizer
Stars: ✭ 244 (+960.87%)
Mutual labels:  toolkit
Azpainter
Full color painting software for Unix-like systems for illustration drawing. This is un-official little fixed repository for package maintainers of image editor AzPainter (based on "mlib" toolkit). Official repository - http://azsky2.html.xdomain.jp/arc/download.html
Stars: ✭ 179 (+678.26%)
Mutual labels:  toolkit
Luminoth
Deep Learning toolkit for Computer Vision.
Stars: ✭ 2,386 (+10273.91%)
Mutual labels:  toolkit
Staplr
PDF Toolkit. 📎 🔨 🔧 ✂️ 📑 📁📎 🔖 🚧 👷
Stars: ✭ 221 (+860.87%)
Mutual labels:  toolkit
Mola
A Modular Optimization framework for Localization and mApping (MOLA)
Stars: ✭ 206 (+795.65%)
Mutual labels:  toolkit
Hiddeneye Legacy
Modern Phishing Tool With Advanced Functionality And Multiple Tunnelling Services [ Android-Support-Available ]
Stars: ✭ 2,568 (+11065.22%)
Mutual labels:  toolkit

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,以免别人重复劳动。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].