Fabianopb/create-mern-ts-app

Generate .env in the backend with a random AUTH_SHARED_SECRET

Closed this issue · 1 comments

When bootstrapping the application in the main script create-mern-ts-app.js we could already create a .env file in the backend folder with a randomly generated AUTH_SHARED_SECRET so the user wouldn't have to bother doing it manually.

PR #15 created for this one!