Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 262 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 262 Bytes

Tresdin-cli

Command line utilities for Tresdin.js

installation

npm install -g @tresdinjs/cli

usage

create a new project:

tresdin <project_name>

options:

--npm use NPM as package manager (default).

--yarn use Yarn as package manager.