1.0.0 • Published 2 years ago

exode v1.0.0

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

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
1.0.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago