1.2.1 • Published 2 years ago

@chewhx/project-cli v1.2.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago