1.0.10 • Published 9 months ago

@rustyrush/the-create v1.0.10

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

The Create

One create to rule them all

Remembering all create to create an app is sucks.

Install one create to run every create.

Install

npm i -g @rustyrush/the-create

Help

thecreate --help

Usage

thecreate <directory/app/project name> --pm<package manager> --fw<framework/library>

Example

Creating Vite based project with Bun

thecreate my-app --pm=bun --fw=vite
# OR
the-create my-app --pm bun --fw vite
# OR
thecreate --fw=vite

# RustyRush creating your app...

cd my-app
# manually install dependencies
bun i
# open your code editor
vim .

Supported Framework/Library

  • Analog: --fw=analog
  • Astro: --fw=astro
  • Epic: --fw=epic
  • Next: --fw=next
  • Nuxt: --fw=nuxt
  • One: --fw=one
  • Preact: --fw=preact
  • Qwik: --fw=qwik
  • ReactNative: --fw=reactnative
  • Redwood: --fw=redwood
  • Remix: --fw=remix
  • SolidStart: --fw=solidstart
  • SvelteKit: --fw=sveltekit
  • Umi: --fw=umi
  • Vite: --fw=vite
  • Waku: --fw=waku

Changelog

Changelog

License

MIT

1.0.10

9 months ago

1.0.9

10 months ago

1.0.8

11 months ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago