exode

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i exode

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

53.2 kB

Total Files

71

Last publish

Collaborators

  • xavier577