Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sthzg/jsugen

Generate Javascript and Node lenses and helpers from JSON Schema files
https://github.com/sthzg/jsugen

codegen javascript json-schema lenses nodejs selectors utils

Last synced: 23 days ago
JSON representation

Generate Javascript and Node lenses and helpers from JSON Schema files

Awesome Lists containing this project

README

        

# `Work-in-progress: jsugen`

[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lernajs.io/)

> Javascript code generation utils.

## CLI

```
jsugen.js [args]

Commands:
jsugen.js generate code based on config in
/.jsugen.config.js [default]
jsugen.js generate-object-paths [src] generate a module that exports all object
selector path strings with dot notation
[aliases: paths]
jsugen.js generate-member-names [src] generate a module that exports all
distinct member names defined in the JSON
schema [aliases: members]
jsugen.js generate-enums [src] generate a module that exports all values
defined as enums in the json schema
[aliases: enums]
jsugen.js generate-selectors [src] generate a module that exports selector
functions for all values defined in the
json schema [aliases: selectors]
jsugen.js generate-builder [src] generate a module that exports a builder
function [aliases: builder]

Options:
--version Show version number [boolean]
--help Show help [boolean]
```