1.0.1 • Published 1 year ago

find-install-path v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Find Install Path

MIT License Node.js Package CodeQL

This is a tool to find the installation location of an application

Support Platform

  • Windows: 1.0.0+
  • MacOS: Plan...
  • Linux: Plan...

Encoding Support

  • GBK
  • UTF8

How Use

Add to project

# Use npm
npm add find-install-path
# Use pnpm
pnpm add find-install-path
# Use yarn
yarn add find-install-path

Code Examples

// Import
import { find } from 'find-install-path';
// Use
const path = find('Microsoft Edge');

Dependabot

  • iconv-lite
  • nodejs/child_process
1.0.1

1 year ago

1.0.0

1 year ago