# score-node-cli

> As you know, building the configuration of a project is often time-consuming. In many cases, building a project quickly will lead to a lot of mistakes. In order to facilitate my life, this cli came into being

Latest version **1.1.1** (published 2023-04-22) · ISC license · 0 weekly downloads

## Install

```sh
npm install score-node-cli
pnpm add score-node-cli
yarn add score-node-cli
bun add score-node-cli
```

Provides the command `node-cli`.

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.1 |
| Published | 2023-04-22 |
| First published | 2023-02-03 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 6 |
| Unpacked size | 115.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | harden-sg |
| Keywords | node, TypeScript, Express |

## Links

- npm: https://www.npmjs.com/package/score-node-cli
- Repository: https://github.com/HardenSG/node-template-cli
- Homepage: https://github.com/HardenSG/node-template-cli#readme
- Issues: https://github.com/HardenSG/node-template-cli/issues
- npm.io page: https://npm.io/package/score-node-cli

## Dependencies (6)

- [ora](https://npm.io/package/ora.md) ^5.4.1
- [chalk](https://npm.io/package/chalk.md) ^4.1.2
- [shelljs](https://npm.io/package/shelljs.md) ^0.8.5
- [inquirer](https://npm.io/package/inquirer.md) ^7.3.3
- [commander](https://npm.io/package/commander.md) ^10.0.0
- [download-git-repo](https://npm.io/package/download-git-repo.md) ^3.0.2

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 1.1.1 (latest) — 2023-04-22
- 1.1.0 — 2023-04-22
- 1.0.3 — 2023-02-03
- 1.0.1 — 2023-02-03
- 1.0.0 — 2023-02-03
- 0.9.0 — 2023-02-03

## README

[EN](README.md) / [CN](README_CN.md)

## score-node-cli

> This is the cli to quickly build the infrastructure configuration of a NODE project, building a NODE development environment with EXPRESS + TS. To learn more about the framework, see [github](https://github.com/HardenSG/node-express-ts-template.git)，Hope to get your star

## Usage

> You need to install the cli globally first

```shell
    npm i -g score-node-cli
```

After the global installation, it can be used globally command -> ``node-cli``
![node-cli](static/cliOne.png)

You can create a NODE template using ``cra`` in one of two ways

1. Fill in the project name to create directly

```shell
    node-cli cra 'projectName'
```

![defaultAction](static/craWayOne.png)
Of course, you can choose the configuration items：

1. -b -> --based Basic configuration
2. -c -> --completed Completed configuration

```shell
    node-cli cra 'projectName' -c
    node-cli cra 'projectName' --completed
```

![-c](static/craWayOne-c.png)

1. Select mode to create step by step

```shell
node-cli cra
```

![wayTwo](static/craWayTwo.png)

---

For the ``cra`` command you can type``node-cli cra --help``Ask for help

![help](static/cliHelp.png)

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