1.2.1 • Published 5 years ago

create-dozto-module v1.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

create-dozto-module

The cli fool for create pardjs module scaffold

oclif Version Downloads/week License

Usage

This is a lib followed NPX approach to create module project for pardjs.

Use this with yarn yarn create pardjs-module [module-name]

Once sucess the module-name will be created at the same folder that you execute this command.

Commands

Run the command with yarn [command]

Please always use yarn commit instead of git commit

lint: lint all ts file in src and test folder.
build: Compile and build the project.
build:doc: Build doc with typedoc lib.
test: Execute the test in the project.
test:watch: Execute the test in watch mode.
commit: Make a commit followed the best approach.
release: Make a release followed the best approach (For module it will publish to NPM, for service it will build docker image.)