@johanneshighspirits/setup
v0.4.2
Published
A bunch of helper scripts.
Downloads
8
Readme
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 Hello
It 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