1.1.0 • Published 3 years ago

@spore-ui/dev-utils v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

dev-utils

npm license semantic-release Test Release codecov

提供项目配置所需的基础工具函数

releases and changelog

简介

本工具库提供一些项目自动化配置所需的一些基本工具函数。

部分方法来自于其他代码库,应对工程需求,进行了适应性变更。

快速上手

npm i -D @spore-ui/dev-utils
const getGitPath = require('@spore-ui/dev-utils/git/getGitPath');
console.info(getGitPath());