Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

anew-cli

abubakir19972ISC1.1.9

Anew Framework ClI Tool

readme

Anew CLI

CLI tool for Anew

Anew CLI is a command line tool to help you create 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.