An open API service indexing awesome lists of open source software.

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

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)