@bestcodetools/create-test-file-for-nodejs

0.1.0 • Public • Published

@bestcodetools/create-test-file-for-nodejs

Description

A CLI for generating dummy test files for .js|.ts|.jsx|.tsx

Installation

npm i @bestcodetools/create-test-file-for-nodejs

Usage

create-test-for [options] <path1> <path2> ...

Options:

Option Description
--test-path=<path> Path to store test files
--help Show help
  NOTE: Use "--test-path=@" to store test files in the same directory as the source files

Examples:

create-test-for src --test-path=test/unit create-test-for src --test-path=@

Aliases:

  • ctf [options] <path1> <path2> ...
  • create-test-file-for [options] <path1> <path2> ...

License

This project is licensed under the MIT License.

Readme

Keywords

none

Package Sidebar

Install

npm i @bestcodetools/create-test-file-for-nodejs

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

8 kB

Total Files

7

Last publish

Collaborators

  • kamikai