1.0.3 • Published 5 years ago

playwith-cli v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Playwith CLI CircleCI

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-cli

Usage

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 init

This 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.js

Note that test-file.js is found in the .playground directory

Todo

  • Add .playground folder to .gitignore during initialization
1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.1

5 years ago