1.0.0 • Published 3 years ago

rayk v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

rayk

An unofficial project manager for raylib

oclif raylib Version Downloads/week License

This package aims to help make creating and managing Raylib projects easy

Note: This package is still early in development and has not been tested on platforms other than Windows, so as of right now use this package on other OS's at your own risk.

Software

Raylib by @raysan5 - https://github.com/raysan5/raylib raylibExtras by @JeffM2501 - https://github.com/JeffM2501/raylibExtras premake-core by premake - https://github.com/premake/premake-core

Usage

$ npm install -g rayk
$ rayk COMMAND
running command...
$ rayk (-v|--version|version)
rayk/1.0.0 win32-x64 node-v14.17.0
$ rayk --help [COMMAND]
USAGE
  $ rayk COMMAND
...

Commands

rayk create [NAME]

create a new raylib project

USAGE
  $ rayk create [NAME]

OPTIONS
  -h, --help   show CLI help

EXAMPLES
  $ rayk create [NAME]
  $ rayk create myRaylibProject

See code: src/commands/create.ts