🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

exode

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exode

a cli tool used to kick start express applications

Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
12
-14.29%
Maintainers
1
Weekly downloads
 
Created
Source

Exode cli

Exode 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 exode init appname

if you have it installed globally

exode init appname

To strip down to plain Javascript

npx exode init appname -js

or

npx exode init appname --javascript

and if installed globally

exode init appname -js

or

exode init appname --javascript

Keywords

exode

FAQs

Package last updated on 04 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts