variable-codegen 0.1.2

TypeScript code generation for the Variable feature flag DSL
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "variable-codegen"
description = "TypeScript code generation for the Variable feature flag DSL"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
readme = "../README.md"

[dependencies]
variable-core = { path = "../variable-core", version = "0.1.2" }

[dev-dependencies]
insta = { workspace = true }