https://github.com/roxiness/create-routify
A powerful cli for super-powering your routify development experience
https://github.com/roxiness/create-routify
hacktoberfest
Last synced: about 1 year ago
JSON representation
A powerful cli for super-powering your routify development experience
- Host: GitHub
- URL: https://github.com/roxiness/create-routify
- Owner: roxiness
- Created: 2020-12-10T12:07:08.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-21T11:09:32.000Z (about 1 year ago)
- Last Synced: 2025-04-21T11:43:10.531Z (about 1 year ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 185 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Create Routify
Welcome to the new Routiy CLI! This CLI currently supports both version 2 & 3 (beta) of Routify.
# Get Started
```sh
npm init routify@latest
```
# CLI Options
We have designed the cli to be able to be run in headless mode, as such the following options are available:
> Don't worry, most users won't need these as everyting is fully graphical first!
```
npm init routify [directory-name]
-v, --version use this to set the version of routify, e.g. 3
-t, --starter-template use this to set the starter template, e.g. starter-basic
-f, --force this option bypasses directory checks, be careful as might overwrite files!
-r, --force-refresh this option forces a refresh of the repos
-f, --features optionally add features to your project, eg. "test", "prettier"
-s, --skip this option skips all prompts
-p, --package-manager this option sets the package manager to use, e.g. "npm", "pnpm" or "yarn"
-i, --install install dependencies after creating project
-d, --debug run in debug mode
-h, --help display help for command
```
### Contributors
See [CONTRIBUTORS.md](CONTRIBUTORS.md)