This is a CLI application used to start templates with basic configurations for various frameworks
For npm run:
npx @missnalgas/create-projectFor yarn run:
yarn create @missnalgas/projectStart a git repository running
git initand install packages using user preferred package manager. Eg
yarn