create-express-api icon indicating copy to clipboard operation
create-express-api copied to clipboard

✨ Adding yarn support

Open ihatem opened this issue 5 years ago • 2 comments
trafficstars

A little PR to support yarn.

Usage:

$ create-express-api name-of-api [-y|--yarn]  

ihatem avatar Jul 14 '20 17:07 ihatem

I don't see any valid change besides the Readme change rest all are formatting and your .gitignore ignores *.lock which should always be committed.

did you check the index.js file ?

ihatem avatar Aug 01 '20 12:08 ihatem

Got it there are many formatting changes so I just skimmed through ignoring the relevant changes

ishan123456789 avatar Aug 01 '20 13:08 ishan123456789

The repo that is cloned uses a package-lock.json For now, if someone wants to use yarn, they can after cloning.

w3cj avatar Aug 18 '22 15:08 w3cj