create-dozto-module
v1.2.1
Published
The cli fool for create pardjs module scaffold
Downloads
2
Readme
create-dozto-module
The cli fool for create pardjs module scaffold
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.)