Usage:
rails generate authkit [options]
Runtime options:
-f, [--force] # Overwrite files that already exist -p, [--pretend] # Run but do not make any changes -s, [--skip] # Skip files that already exist -q, [--quiet] # Supress status output
Description:
Installs an auth system for your Rails application.
Example:
rails generate authkit:install This will create: ...