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
> npm i -g playwith-cliIn 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
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
- [ ] Add .playground folder to .gitignore during initialization