0.4.2 • Published 6 years ago

@johanneshighspirits/setup v0.4.2

Weekly downloads
20
License
ISC
Repository
-
Last release
6 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

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago