create-testack
v1.0.38
Published
A single-command tool to setup Testack.js
Downloads
4
Readme
create-testack
to test the package:
cd $(mktemp -d -t ci-XXXXXXXXXX)
npm init testack@latestto test locally:
npm run build
npm run create-testack
npm publishtest 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
