0.0.4 • Published 3 years ago

excon-cli v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Excon cli

Excon is a cli tool used to start express typescript projects. It also has an option to drop down to plain vanilla javascript. It helps set things up so that you as the developer can focus more on development rather than annoying setup for every new project.

Usage

To start an express app with typescript

npx excon init appname

if you have it installed globally

excon init appname

To strip down to plain Javascript

npx excon init appname -js

or

npx excon init appname --javascript

and if installed globally

excon init appname -js

or

excon init appname --javascript
0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago