MasatoDev / boostest

14 stars 0 forks source link

Design specifications[ver1] #31

Open MasatoDev opened 1 month ago

MasatoDev commented 1 month ago

Design specifications for easier and simpler test data creation.

Pkg Values

It does not support complex types, but only simple, large objects and core types. Complex types can be created by combining them.

requirements

additional todo

MasatoDev commented 1 month ago

Just specify tsconfig file and the target file to execute the command.

# npx boostest [target path] --tsconfig(-t) [tsconfig.json path]
npx boostest ./src/* --tsconfg .tsconfig.json

If boostest.setting.json exists, options aren't necessary.

npx boostest