@cc-heart/utils-service
v3.0.0
Published
A collection of tools 🔧 commonly used by service
Downloads
14
Readme
utils-service
Tool libraries for the JavaScript runtime
Install
npm install @cc-heart/utils-service
Usage
import { findUpFile } from '@cc-heart/utils-service'
import { resolve } from 'path'
const pkgPath = findUpFile(process.cwd(), 'package.json')
// ...