exode
v1.0.0
Published
a cli tool used to kick start express applications
Downloads
6
Maintainers
Readme
Exode cli
Exode is a command-line utility for launching express typescript projects. There's also the option to use simple vanilla javascript. It assists with the initial configuration of things so that you, as the developer, may concentrate on development rather than the boring and repetitive setup for each new project. It is, however, non-opinionated, and you can use any ORM, Linter, or Library you like.
Usage
To start an express app with Typescript (which is the default behaviour)
$ npx exode init appname
To use Javascript Instead of Typescript
$ npx exode init appname -js
or
$ npx exode init appname --javascript