@lightweightform/kotlin-cli
TypeScript icon, indicating that this package has built-in type declarations

4.0.0-alpha.63 • Public • Published

LF-KOTLIN CLI plugin

This CLI plugin was created to solve the following challenges:

  1. Generate all the kotlin modules, such as schema and storage beans. These beans are generated based on the schema object always presented in LF complex forms.
  2. Give all the standard lf schema's validations, such as: isRequired, min, max, minLength, maxLength, etc..
  3. Give a simple solution to serialize/deserialize objects from JS to Kotlin and the opposite.

Commands

Below we show all commands that you could use with lf-kotlin CLI plugin:

  • lf-kotlin --help - show all cli commands and options for each command
  • lf-kotlin generate <lfSchemaJsonFile> <outputdir> <projectName> -g <groupId> -a <artifactId> - basic example to generate the kotlin module for some LF application

Package Sidebar

Install

npm i @lightweightform/kotlin-cli

Weekly Downloads

0

Version

4.0.0-alpha.63

License

Apache-2.0

Unpacked Size

2.08 MB

Total Files

49

Last publish

Collaborators

  • lightweightform