testcapsul
TypeScript icon, indicating that this package has built-in type declarations

1.4.0 • Public • Published

testcapsul

cli tool for creating an automated testing framework

oclif Version Downloads/week License

Usage

$ npm install -g testcapsul
$ testcapsul COMMAND
running command...
$ testcapsul (-v|--version|version)
testcapsul/1.4.0 darwin-x64 node-v11.15.0
$ testcapsul --help [COMMAND]
USAGE
  $ testcapsul COMMAND
...

Commands

testcapsul hello [FILE]

describe the command here

USAGE
  $ testcapsul hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ testcapsul hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

testcapsul help [COMMAND]

display help for testcapsul

USAGE
  $ testcapsul help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

testcapsul init [FILE]

intializes repository

USAGE
  $ testcapsul init [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src/commands/init.ts

Readme

Keywords

Package Sidebar

Install

npm i testcapsul

Weekly Downloads

1

Version

1.4.0

License

MIT

Unpacked Size

4.44 kB

Total Files

5

Last publish

Collaborators

  • davoodharun