# wiz-setup

> wiz CLI

Latest version **1.2.1-0** (published 2023-09-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install wiz-setup
pnpm add wiz-setup
yarn add wiz-setup
bun add wiz-setup
```

Provides the command `wiz`.

## Health

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

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.1-0 |
| Published | 2023-09-08 |
| First published | 2023-08-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 132.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | seixeirodev |

## Links

- npm: https://www.npmjs.com/package/wiz-setup
- npm.io page: https://npm.io/package/wiz-setup

## Dependencies (1)

- [gluegun](https://npm.io/package/gluegun.md) latest

## Recent versions

- 1.2.1-0 (latest) — 2023-09-08
- 1.1.8-0 — 2023-08-19
- 1.1.7 — 2023-08-19
- 1.1.6 — 2023-08-19
- 1.1.3 — 2023-08-19

## README

<h1 align="center">
  Wiz setup Cli
</h1>

<h3 align="center">
     A cli for generate setup for our awesome projects! 
</h3>

<p align="center">
  <img alt="GitHub top language" src="https://img.shields.io/github/languages/top/nathanSeixeiro/wiz-cli">

  <img alt="Repository size" src="https://img.shields.io/github/repo-size/nathanSeixeiro/wiz-cli">
  
  <a href="https://github.com/nathanSeixeiro/wiz-cli/commits/master">
    <img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/nathanSeixeiro/wiz-cli">
  </a>
    
  <img alt="GitHub" src="https://img.shields.io/github/license/nathanSeixeiro/wiz-cli">
</p>

<p align="center">
  <a href="#-about-the-project">About cli</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
  <a href="#-getting-started">Getting started</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
  <a href="#-how-to-contribute">How to contribute</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
  <a href="#-license">License</a>
</p>

## 👨🏻‍💻 About the project

This cli it's a setup generate for transform the basic setup process in something more easy and quickly, optimizing our development time

### Why use Wiz?
You might to use wiz for:

- create a project without difficult
- Start your project development faster
- Start your project development more easily
- And you don't want to give up flexibility and quality, right?

If so ... welcome!

## 🚀 Technologies

Technologies that I used to develop this cli

- [Node.js](https://nodejs.org/en/)
- [TypeScript](https://www.typescriptlang.org/)
- [Gluegun](https://infinitered.github.io/gluegun/#/)
- [Jest](https://jestjs.io/)
- [Husky](https://github.com/typicode/husky)
- [Eslint](https://eslint.org/)
- [Prettier](https://prettier.io/)

## 💻 Getting started

For run just global install wiz: 

```shell
    npm i -g wiz-setup
```

> Soon in the Yarn

### Requirements

- [Node.js](https://nodejs.org/en/)
- [Yarn](https://classic.yarnpkg.com/) or [npm](https://www.npmjs.com/)


# Command Reference 

In the Wiz CLI we've three essential commands at the moment: 

- wiz: see all command and some information
- new-ts: for new Typescript projects
- new-go: for new Golang projects

See all info about `commands` [here](https://github.com/nathanSeixeiro/wiz-cli/blob/main/docs/commands.md)

## 🤔 How to contribute

**Make a fork of this repository**

```bash
# Fork using GitHub official command line
# If you don't have the GitHub CLI, use the web site to do that.

$ gh repo fork EliasGcf/NOME_DO_REPO
```

**Follow the steps below**

```bash
# Clone your fork
$ git clone your-fork-url && cd NOME_DO_REPO

# Create a branch with your feature
$ git checkout -b my-feature

# Make the commit with your changes
$ git commit -m 'feat: My new feature'

# Send the code to your remote branch
$ git push origin my-feature
```

After your pull request is merged, you can delete your branch

## 📝 License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

---

Made &nbsp;by Nathan Seixeiro 👨‍💻 &nbsp;[See my LinkedIn](https://www.linkedin.com/in/nathan-seixeiro/)

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