-
creates
src
main folder if it not exists -
creates
repository
layer -
creates
service
layer withrepository
as dependency -
creates
factory
layer withservice
andrepository
returning its instances -
can create multiples domains with a single comand
-
saves files as
camelCase
and classes asPascalCase
-
reaches 100% test coverage
-
integration tests should validate files on disk as a valid JS class