Skip to content

Yaici-Yacine/Express_Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Express_Starter

Express Starter is used to create a Express project, creat all file code, and start the project in VSCode.

Installation

first

  • Install pnpm with
  curl -fsSL https://get.pnpm.io/install.sh | sh -

or

  wget -qO- https://get.pnpm.io/install.sh | sh -
  • clone the project
  git clone https://github.com/Yaici-Yacine/Express_Starter.git
  cd Express_Starter
  • add permision
  chmod +x inst.sh 
  ./inst.sh 

How to use

  #get info haw to use
  express -h 
  # create a projet express with javascript
  express -p -j example
  # create a projet express with typescript
  express -n -t example
  #create a projet express with typescript and insall packages
  express -y -t example -i "mysql ..."

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages