@inexture/installer
v0.0.3
Published
CLI to bootstrap frontend projects from starter repos.
Downloads
41
Maintainers
Readme
installer
CLI to bootstrap Inexture frontend starter projects from the terminal.
Install
The package is published as @inexture/installer on npm.
You don’t need to install it globally – just use npx:
npx @inexture/installerMake sure you have
gitandnodeinstalled.
What it does
The installer guides you through a few simple steps:
- Choose a template
- React with Mantine
- React with MUI
- Enter a project name
- The installer will:
git clonethe selected template into a new folder with that name- remove the template’s
.gitfolder so you start with a clean repo
At the end you’ll see instructions like:
cd your-project-name
npm install # or bun install
npm run dev # or bun devTemplates used
Currently the following public templates are used:
- React with Mantine:
https://github.com/inexture-solutions/quick-start-react-mantine.git - React with Mantine ( Default ):
https://github.com/inexture-solutions/quick-start-react-mantine-default.git - React with MUI:
https://github.com/inexture-solutions/quick-start-react-mui.git
