Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniel-dx/nc-auto-test
nice automation test project generator
https://github.com/daniel-dx/nc-auto-test
Last synced: 13 days ago
JSON representation
nice automation test project generator
- Host: GitHub
- URL: https://github.com/daniel-dx/nc-auto-test
- Owner: daniel-dx
- Created: 2022-08-08T06:52:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-08T08:14:05.000Z (over 2 years ago)
- Last Synced: 2024-10-19T10:06:31.971Z (27 days ago)
- Language: JavaScript
- Size: 41 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nc-auto-test
## Install
```sh
$ npm i nc-auto-test -g # yarn nc-auto-test add ncgen
```## Usage
```sh
$ nc-auto-test -h
```## Develop
```sh
# Debug main command
$ node bin/cli# Debug subcommand
$ node bin/cli subcommand-name
```## Publish
```sh
$ npm run release
```