# Anew CLI

> CLI tool for Anew

Anew CLI is a command line tool to help you create [Anew](https://github.com/abubakir1997/anew) projects faster.

## Installation

You can install the package from npm.

```
npm i -g anew-cli
npm install
```

## Usage

The CLI tool can be used within any directory of an existing anew project.

### To see all the options available.

```
anew --help
```

### To create a new project using Anew

```
anew new <projectName>
```

## Bugs

If you encounter any bugs please let us know. Also if you can fix them please fix them and open a pull request.
