0.4.2 • Published 7 years ago
@johanneshighspirits/setup v0.4.2
Utils
A bunch of helper scripts.
Generate module from component
Given an angular component named HelloComponent, this script will
locate it and add a module file to it.
npx gm HelloIt can then be exported on its own and imported as HelloModule
Create a barrel file for a module
Creates an index.ts file that re-exports the module and all its child modules.
npx lib-mod ./relative/path/to/module