npm.io
0.0.4 • Published 3 years agoCLI

@adevofficial/play-node

Licence
MIT
Version
0.0.4
Deps
12
Size
146 kB
Vulns
0
Weekly
0

Node Play

A simple console application which bootstrap node js playground with typescript configs

Use cases

  • Test validate and test node js libs
  • Create & validate snippets

Help

$ play-node --help

Usage: play-node [options] [command]

Options:
  -V, --version     output the version number
  -h, --help        display help for command

Commands:
  create [options]
  help [command]    display help for command

Example

$ play-node create -t ts -n test

.
├── commitlint.config.js
├── nodemon.json
├── package.json
├── package-lock.json
├── scopes.js
├── src
│   └── main.ts
└── tsconfig.json