@dilmune/forma-cli
v0.1.1
Published
Code generator for Forma — scaffolds features, components, and services
Maintainers
Readme
@dilmune/forma-cli
Code generator for Forma — scaffolds features, components, and services with the correct FCS structure.
Install
npm install -g @dilmune/forma-cliUsage
forma generate feature servers
forma generate component servers/ServerCard
forma generate service invoice --feature billing
forma generate feature auth --dry-run # preview without writingShort aliases: forma g f, forma g c, forma g s
Every generated file passes @dilmune/eslint-plugin-forma rules out of the box.
See the main repo for full documentation.
