0.4.2 • Published 5 years ago

@johanneshighspirits/setup v0.4.2

Weekly downloads
20
License
ISC
Repository
-
Last release
5 years ago

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
0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.1

5 years ago