Script to bootstrap my javascript and typescript templates using npm init command
With npm init:
npm init @danielfsousa [TEMPLATE] [PROJECT_DIRECTORY]With npx:
npx @danielfsousa/create [TEMPLATE] [PROJECT_DIRECTORY]Interactive mode:
npm init @danielfsousaSpecifying template and project folder
npm init @danielfsousa express-rest my-rest-api