1.0.3 • Published 6 years ago
playwith-cli v1.0.3
Playwith CLI 
This command-line tool allows you to create scripts within a project that can having all the contexts and packages of the nodejs app or module
Installation
> npm i -g playwith-cliUsage
init
In order to use playwith in your project you first have to initialize it in the root directory of your project.
You can do that my running the command below
> playwith initThis creates a .playground folder in your repository and this is where you will create your scripts
Run file
After creating your script inside .playground, you can now run it by calling playwith like so:
> playwith test1.jsNote that test-file.js is found in the .playground directory