# <img src="https://platform.labs.text.com/console/favicon.ico" widht="24px" height="24px" /> Text Platform - Developer CLI

> This project unlocks Text Platform capabilities in form of easy to use CLI application.

[![mit](https://img.shields.io/badge/license-MIT-blue.svg)](https://choosealicense.com/licenses/mit/)

## 📦 Installation

Use the [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/) package managers to install the package in your project.

```bash
npm install -g @livechat/developer-cli
# or
yarn global add @livechat/developer-cli
```

## 🚀 Usage

### Modules

```text
txdev --help
```

## ⚙️ Getting started

### Bootstrap application from template

Initialize a new application from our official template [Nextjs SaaS boilerplate (Next.js)](https://github.com/livechat/developer-app-template-saas):

```sh
txdev app create template
```

## 📃 License

The code and documentation in this project are released under the [MIT License](https://choosealicense.com/licenses/mit/).
