🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

excon-cli

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

excon-cli

a cli tool used to kick start express applications

unpublished
latest
Source
npmnpm
Version
0.0.4
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

excon-cli

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