@bestcodetools/create-test-file-for-nodejs
v0.1.0
Published
## Description
Downloads
7
Readme
@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:
NOTE: Use "--test-path=@" to store test files in the same directory as the source filesExamples:
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.
