0.1.1 • Published 1 year ago

idea-ts v0.1.1

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

💡 Idea Typescript

Transforms ideas to typescript typings.

Install

$ npm i idea-ts

Usage

In your .idea file, add the following plugin settings.

plugin "idea-ts" {
  lang "ts"
  enums "./modules/enums"
  types "./modules/[name]/types"
}

Configurations

NameTypeDescription
langstringtransforms to js or ts
enumsstringpath to put generated enum code
typesstringpath to put generated type code
0.1.1

1 year ago

0.1.0

1 year ago