# vite-base-cli

> Vite base: https://github.com/lehung1109/vite-base

Latest version **1.1.1** (published 2023-11-02) · ISC license · 0 weekly downloads

## Install

```sh
npm install vite-base-cli
pnpm add vite-base-cli
yarn add vite-base-cli
bun add vite-base-cli
```

Provides the command `vite-base-cli`.

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.1 |
| Published | 2023-11-02 |
| First published | 2023-10-23 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 10 |
| Unpacked size | 11 KB |
| Known vulnerabilities | 0 (+12 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Hung Le |
| Maintainers | heroitvn |
| Keywords | calendar, reminder |

## Links

- npm: https://www.npmjs.com/package/vite-base-cli
- Repository: https://github.com/lehung1109/base-npm-executable
- Homepage: https://github.com/lehung1109/base-npm-executable#readme
- Issues: https://github.com/lehung1109/base-npm-executable/issues
- npm.io page: https://npm.io/package/vite-base-cli

## Dependencies (10)

- [got](https://npm.io/package/got.md) ^13.0.0
- [tar](https://npm.io/package/tar.md) ^6.2.0
- [glob](https://npm.io/package/glob.md) ^10.3.10
- [chalk](https://npm.io/package/chalk.md) ^5.3.0
- [globby](https://npm.io/package/globby.md) ^13.2.2
- [p-retry](https://npm.io/package/p-retry.md) ^6.1.0
- [prompts](https://npm.io/package/prompts.md) ^2.4.2
- [commander](https://npm.io/package/commander.md) ^11.1.0
- [node-fetch](https://npm.io/package/node-fetch.md) ^3.3.2
- [validate-npm-package-name](https://npm.io/package/validate-npm-package-name.md) ^5.0.0

## Recent versions

- 1.1.1 (latest) — 2023-11-02
- 1.1.0 — 2023-11-01
- 1.0.0 — 2023-10-24
- 0.1.0 — 2023-10-23

## README

# CLI for vite base

Vite base: https://github.com/lehung1109/vite-base

Create a vite base project from cli

## Install

```npm i -g vite-base-cli```

## Usage

```vite-base-cli <project-directory>```

Then, open the ```<project-directory>``` on your code editor, this project support some command:

- ```npm run build```: build project for production
- ```npm run start```: start project for development

**Have fun!**

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