@chewhx/project-cli
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

Introduction

A command line interface tool to create project templates.

  • Not having to install the same packages
  • Not having to hunt down the typescript config
  • Not having to recall which dependencies are needed for server and for npm packages

Templates

  • express-ts: express server application written and built from typescript
  • npm-ts: write and publish npm packages in typescript
  • ts-playground: fire up a playground to write or experiment in typescript

Installation

npm install -g @chewhx/project-cli

Run without installation

npx @chewhx/project-cli

Run

project-cli

? Select project template: (Use arrow keys)
❯ express-ts
  npm-ts
  ts-playground

Reference

Readme

Keywords

none

Package Sidebar

Install

npm i @chewhx/project-cli

Weekly Downloads

0

Version

1.2.1

License

ISC

Unpacked Size

473 kB

Total Files

44

Last publish

Collaborators

  • chewhx