Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pardjs/create-pardjs-service
🔦 The scaffold used to create pardjs service template
https://github.com/pardjs/create-pardjs-service
Last synced: 27 days ago
JSON representation
🔦 The scaffold used to create pardjs service template
- Host: GitHub
- URL: https://github.com/pardjs/create-pardjs-service
- Owner: pardjs
- Created: 2019-05-14T06:09:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T06:52:17.000Z (about 2 years ago)
- Last Synced: 2024-08-09T22:10:48.611Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 577 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# create-pardjs-service
The cli fool for create pardjs module scaffold
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/create-pardjs-service.svg)](https://npmjs.org/package/create-pardjs-service)
[![Downloads/week](https://img.shields.io/npm/dw/create-pardjs-service.svg)](https://npmjs.org/package/create-pardjs-service)
[![License](https://img.shields.io/npm/l/create-pardjs-service.svg)](https://github.com/dozto/create-pardjs-service/blob/master/package.json)# 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`**
```yaml
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.)
```