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

Create a modern ready-to-code express server with a single command.

Results 3 create-express-template issues
Sort by recently updated
recently updated
newest added

On checking npm, i find that this library still has around 140 downloads/week. We were using ava for testing, but i think moving to jest will help with the overall...

enhancement
help wanted
good first issue

Based on #2 , move the JS template to ejs to start off the implementation.

enhancement

Right now, all templates are maintained separately which makes the application size much bigger. We should ideally move to a template rendering engine like [ejs](https://www.npmjs.com/package/ejs) which will allow us to...

enhancement
help wanted