fluent-ts
v1.0.4
Published
`fluent-ts` is a utility for creating typings (`.d.ts` file) from fluent files `.ftl`
Downloads
24
Readme
fluent-ts 
fluent-ts is a utility for creating typings (.d.ts file) from fluent files .ftl
Usage
npx
npx fluent-ts --outDir ./node_modules/@types/fluent-tsyarn
yarn create fluent-ts --outDir ./node_modules/@types/fluent-tsIt is also possible to run the command in watch mode, using the --watch argument:
npx fluent-ts --outDir . --watch