Sub-generator to create TypeScript based dizmo projects: This repository is meant to be used as a Git submodule within the main @dizmo/generator-dizmo package.
npm install -g yo
npm install -g @dizmo/generator-dizmo
yo @dizmo/dizmo --typescript [--git]
yo @dizmo/dizmo --help
(npm upgrade -g @dizmo/generator-dizmo
Within an existing project:
yo @dizmo/dizmo --upgrade
See the package description of the main JavaScript based @dizmo/generator-dizmo for a more exhaustive documentation.