create-tropa

1.0.18 • Public • Published

create-tropa

create-tropa is a generator of tropa applications

Quick Start

Init App

npm init tropa hello-world

The npm init command will create tropa project at the ./hello-world directory.

It is possible to generate TypeScript app too, just add --lang=ts

npm init tropa hello-world -- --lang=ts

Open project directory

cd ./hello-world    

Debug app

npm run debug

Compile app

npm run build

Start compiled app

npm run start

Run tests

npm run test

Perform code analyse

npm run lint

Readme

Keywords

Package Sidebar

Install

npm i create-tropa

Weekly Downloads

1

Version

1.0.18

License

MIT

Unpacked Size

13.9 kB

Total Files

22

Last publish

Collaborators

  • drummer1992