Hashnode / mern-cli

⛔️ DEPRECATED - A cli tool for getting started with MERN
http://mern.io/
MIT License
572 stars 149 forks source link

Validates whether projectName follows npm conventions #43

Open jamesgeorge007 opened 5 years ago

jamesgeorge007 commented 5 years ago

closes #42 Warns the user if special characters are used for the projectName in mern init <projectName>

Also, makes sure that the it is as per the npm package naming conventions.