Use this tool to get up and running fast with configs and more in your project. The tool will automatically detect if you are running a TypeScript or JavaScript project and adjust configs accordingly. At the moment we only support TypeScript.
Built with ❤️ by @Jimjardland and @believer.
Included in the box
supreme init
- Initializes empty Git repository and adds a
.gitignore
- Creates an
.nvmrc
with the current Node version - Installs
lint-staged
and creates config - Installs
husky
and creates config to run lint-staged
on precommit - Installs
prettier
and created config and ignore file - Installs
jest
supreme generate
/ g
- Generate React component with test file
Installation
npx @iteam/supreme
or
npm install -g @iteam/supreme
After that you'll have supreme
as a global command to use in a repository of your choice.