@getditto/project-cli

node-typescript-starter cli

Usage no npm install needed!

<script type="module">
  import getdittoProjectCli from 'https://cdn.skypack.dev/@getditto/project-cli';
</script>

README

Project CLI

A terminal program to help you create cool starter projects. You'll need Node 8.x or higher for this CLI to work properly.

To install the cli:

npm install @getditto/project -g

Node TypeScript Project

project init mycoolproj

or a shorter version!

pcli init mycoolproj