Skip to content
/ cli Public

Command line tool for creating playgrounds in NodeJS projects

Notifications You must be signed in to change notification settings

play-with/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Command line tool for creating playgrounds in NodeJS projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published