Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```