0.0.10 • Published 12 months ago

radium-init v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

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.

0.0.10

12 months ago

0.0.9

12 months ago

0.0.8

12 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago

0.2.0

1 year ago

0.1.0

1 year ago