create-testack
v1.0.38
Published
A single-command tool to setup Testack.js
Downloads
11
Readme
create-testack
to test the package:
cd $(mktemp -d -t ci-XXXXXXXXXX)
npm init testack@latest
to test locally:
npm run build
npm run create-testack
npm publish
test usage: to execute the package you have two options:
- using the wizard
npm run start
- using arguments (skip the wizard):
npm run start -- --name=testproject --template=js