JSPM

@mac-applications/code

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q12762F
  • License ISC

Package Exports

  • @mac-applications/code
  • @mac-applications/code/lib/index.cjs.js
  • @mac-applications/code/lib/index.esm.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@mac-applications/code) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@liangshen/jetbrains

获取JetBrains系列软件的配置信息

目前支持获取最近打开项目列表,支持的软件WebStorm、IntelliJ IDEA、DataGrip、PyCharm

安装

npm i @liangshen/jetbrains

使用

以WebStorm为例

import jetbrains from "@liangshen/jetbrains"
// const recentProjectsManager = await jetbrains.getRecentProjectsManager('WebStorm')
const recentProjectsManager = jetbrains.getRecentProjectsManagerSync('WebStorm')

console.log(recentProjectsManager);