Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ainit

TGIFelix40.1.4

Auto init your next project

readme

AInit

Auto Init script.

Run or install

npx ainitnpm i -g ainit

To-do

  • <input disabled="" type="checkbox"> if existing package.json then exit
    • <input disabled="" type="checkbox"> Exit message: package.json already exists! Please run in empty dir.
  • <input disabled="" type="checkbox"> Enter project name (default: folder)
  • <input disabled="" type="checkbox"> Select project boilerplate
    • <input disabled="" type="checkbox"> Svelte x Go API
    • <input disabled="" type="checkbox"> React x Tailwind
    • <input disabled="" type="checkbox"> 11ty x Alpine x Tailwind
    • <input disabled="" type="checkbox"> Node x Inquirer x Yargs
  • <input disabled="" type="checkbox"> Select build command (default: NPM)
  • <input disabled="" type="checkbox"> Select deploy command (default: Vercel)
  • <input disabled="" type="checkbox"> Select package.json template
  • <input disabled="" type="checkbox"> NPM install
  • <input disabled="" type="checkbox"> Git init