0.0.10 • Published 12 months ago
radium-init v0.0.10
Radium Init, Initialize any new project in seconds with custom toolings.
Getting Started
You can install radium init
globally or use it as executable whenever you need.
For Global Installation (Recommended)
bun add -g radium-init
npm add -g radium-init
pnpm add -g radium-init
yarn add -g radium-init
For Executable
bunx radium-init@latest
npx radium-init@latest
pnpm dlx radium-init@latest
yarn dlx radium-init@latest
Usage
init
comes with two commands currently, init with
and init new
.
init with
is used to initialize a project with an github template, just paste your url - no matter if it's sub-directory of any monorepo or not.
init with
have two sub-commands -u
for github url and -n
for name of the project.
init new
is used to initialize a new project with a specific tooling, just specify name of project with -n
flag.
Examples
init with -u https://github.com/vgseven/next-essential -n next-essential
init new -n next-essential
Contributing
Contributions are welcome! Please open an issue or submit a pull request.