actr-cli 0.2.1

Command line tool for Actor-RTC framework projects
Documentation
1
2
3
4
5
6
7
8
9
10
11
# {{PROJECT_NAME}}

TypeScript Actor-RTC Echo template.

## Quick Start

```bash
actr deps install
actr gen -l typescript
npm run dev
```