0.1.1 • Published 1 year ago

idea-assert v0.1.1

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

💡 Idea Assert

Transforms ideas to typescript typings.

Install

$ npm i idea-assert

Usage

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

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

plugin "idea-assert" {
  output "./modules/[name]/assert"
}

Configurations

NameTypeDescription
langstringtransforms to js or ts
outputstringpath to put generated assert code
0.1.1

1 year ago

0.1.0

1 year ago