# euglena.cli

Command Line Interface to create and manage euglena projects as simple as possible

Supported project types : Nodejs , Angular,React, Euglena Organelle

To install the cli

```
npm i @euglena/cli -g
```

To create a project

```
euglena new `application_name` -t node
```

set the type of the application by -t, --type

Available types _node_, _angular_, _react_, _organelle_

## Cli is implemented to work on LINUX
