radium

Radium, Initialize your project in seconds with your custom tooling's.

Stars
1
Committers
3

Bot releases are visible (Hide)

radium - v0.2.2 Latest Release

Published by github-actions[bot] 3 months ago

Patch Changes

  • a6767d3 Thanks @vgseven! - core: removed publish and version command from package.json to avoid conflict while publishing using changeset at workflows
radium - [email protected]

Published by github-actions[bot] 3 months ago

Patch Changes

radium - [email protected]

Published by github-actions[bot] 3 months ago

Patch Changes

  • 9ad4268 Thanks @vgseven! - core: migrated to pnpm and package issues resolved
radium - v0.1.2

Published by github-actions[bot] 3 months ago

Patch Changes

radium - v0.1.1

Published by github-actions[bot] 3 months ago

Patch Changes

radium - v0.1.0

Published by github-actions[bot] 3 months ago

Minor Changes

  • f46f8ad Thanks @vgseven! - core: describe command configured and console logs issues resolved
radium - v0.0.10

Published by github-actions[bot] 3 months ago

Patch Changes

  • 48da1c1 Thanks @vgseven! - core: using spawn instead of exec and gitignore issue on project load issues resolved
radium - v0.0.9

Published by github-actions[bot] 3 months ago

Patch Changes

radium - v0.0.7

Published by github-actions[bot] 3 months ago

Patch Changes

radium - v0.0.6

Published by github-actions[bot] 3 months ago

Patch Changes

radium - v0.0.5

Published by github-actions[bot] 3 months ago

Patch Changes

  • 6e95a93 Thanks @vgseven! - core: upgrade to custom tooling mvp

  • 909d722 Thanks @vgseven! - core: base and extras added for biome, shadcn-ui and theme

radium - v0.0.4

Published by github-actions[bot] 3 months ago

Patch Changes

radium - v0.0.3

Published by github-actions[bot] 3 months ago

Patch Changes

radium - v0.0.2

Published by github-actions[bot] 3 months ago

Patch Changes

radium - v0.2.1

Published by github-actions[bot] 4 months ago

Patch Changes

  • e361d4c Thanks @vgseven! - fix: git init issues resolved and success message moved to with.ts
radium - v0.2.0

Published by github-actions[bot] 4 months ago

Minor Changes

  • 9f95e8e Thanks @vgseven! - core: init mvp initilized to functions with radium starter and other templates
radium - v0.1.2

Published by github-actions[bot] 4 months ago

Patch Changes

radium - v0.1.1

Published by github-actions[bot] 4 months ago

Patch Changes

radium - v0.1.0

Published by github-actions[bot] 4 months ago

Radium Init, Initialize any new project in seconds with your tools..

Getting Started

You can install radium init globally or use it as executable whenever you need.

For Global Installation (Recommended)

bun add -g @silver-radium/init
npm add -g @silver-radium/init
pnpm add -g @silver-radium/init
yarn add -g @silver-radium/init

For Executable

bunx @silver-radium/init [flags]
npx @silver-radium/init [flags]
pnpm dlx @silver-radium/init [flags]
yarn dlx @silver-radium/init [flags]

Usage

init [flags]

Flags

--new / -n

Initialize a new project with your tools.

--with / -w

Initialize a new project with existing starter templates github repository url.

--help / -h

Display help for a command.

Examples

Example of initializing a new project with your tools.

init --n

follow the prompts to initialize your project.

Example of initializing a new project with existing starter templates github repository url.

init --w https://github.com/silver-radium/starter/tree/main/essential/next