# @adevofficial/play-node

> A helper cli for node play

Latest version **0.0.4** (published 2023-03-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install @adevofficial/play-node
pnpm add @adevofficial/play-node
yarn add @adevofficial/play-node
bun add @adevofficial/play-node
```

Provides the command `play-node`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.4 |
| Published | 2023-03-26 |
| First published | 2022-07-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 12 |
| Unpacked size | 146.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Amal Chandran |
| Maintainers | adevofficial |

## Links

- npm: https://www.npmjs.com/package/@adevofficial/play-node
- npm.io page: https://npm.io/package/@adevofficial/play-node

## Dependencies (12)

- [joi](https://npm.io/package/joi.md) ^17.5.0
- [hasha](https://npm.io/package/hasha.md) ^5.2.2
- [listr2](https://npm.io/package/listr2.md) ^5.0.7
- [lodash](https://npm.io/package/lodash.md) ^4.17.21
- [semver](https://npm.io/package/semver.md) ^7.3.5
- [shelljs](https://npm.io/package/shelljs.md) ^0.8.5
- [ts-node](https://npm.io/package/ts-node.md) ^10.4.0
- [fs-extra](https://npm.io/package/fs-extra.md) ^10.1.0
- [commander](https://npm.io/package/commander.md) ^8.3.0
- [fast-glob](https://npm.io/package/fast-glob.md) ^3.2.7
- [simple-git](https://npm.io/package/simple-git.md) ^3.16.1
- [typescript](https://npm.io/package/typescript.md) ^4.5.3

## Recent versions

- 0.0.4 (latest) — 2023-03-26
- 0.0.3 — 2023-03-26
- 0.0.2 — 2023-03-01
- 0.0.1 — 2022-07-03

## README

# 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
```

---
_Source: https://npm.io/package/@adevofficial/play-node · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
