# joe-vue

> CLI for creating vue files.

Latest version **0.4.0** (published 2019-07-03) · ISC license · 0 weekly downloads

## Install

```sh
npm install joe-vue
pnpm add joe-vue
yarn add joe-vue
bun add joe-vue
```

Provides the command `joe-vue`.

## 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.4.0 |
| Published | 2019-07-03 |
| First published | 2019-02-23 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 8.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Miaababikir |
| Maintainers | miaababikir |

## Links

- npm: https://www.npmjs.com/package/joe-vue
- Repository: https://github.com/Miaababikir/JoeVue
- Homepage: https://github.com/Miaababikir/JoeVue#readme
- Issues: https://github.com/Miaababikir/JoeVue/issues
- npm.io page: https://npm.io/package/joe-vue

## Dependencies (3)

- [chalk](https://npm.io/package/chalk.md) ^2.4.2
- [fs-extra](https://npm.io/package/fs-extra.md) ^7.0.1
- [commander](https://npm.io/package/commander.md) ^2.19.0

## Recent versions

- 0.4.0 (latest) — 2019-07-03
- 0.3.0 — 2019-04-07
- 0.2.0 — 2019-02-25
- 0.1.0 — 2019-02-23

## README

# JoeVue CLI Tool

CLI tool help you create your vue file easily.

## Getting Started

To start using it just install it from npm and start using it.

### Installing

Install the package from npm

```
npm install -g joe-vue
```

## Configuration

Change default path for creating file (Don't forget about the '/' at the end ^_^, We will fix it next release)

```
joe-vue set:path newPath/
```

Change default path by selecting some of our preset configuration

For Vue js preset
```
joe-vue set:preset vue
```

For Laravel preset
```
joe-vue set:preset laravel
```

## How to use it

Create vue component file

```
joe-vue make:component FooComponent
```

Create vue view file

```
joe-vue make:view FooView
```

Create javascript file

```
joe-vue make:js FooScript
```

## Built With

* [Node js](https://nodejs.org) - The framework used.
* [commander](https://github.com/tj/commander.js/) - Helpful library for making CLI with Node js.

## Authors

* **Mosab Ibrahim** [Github](https://github.com/Miaababikir)
* **Omir Gibreel** [Github](https://github.com/comrade1996)

## At last

* Please contribute to our repo
* Any contribution we will appreciate it
* If there is any improvements and enhancement to the code base please submit it to us
* Thanx ^_^

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