Skip to content

Combine ruby files in Windows (PowerShell) environment.

Notifications You must be signed in to change notification settings

mkaraki/RubySingle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Ruby Single

Combine ruby files.

Usage

PS> rubysingle.ps1 <Startup Ruby File> <Output Ruby path>

Supported

  • require "<library name>": Load shared lib.
  • require '<library name>': Load shared lib.
  • require_relative "<path>": Load another Ruby file.
  • require_relative '<path>': Load another Ruby file.

Non Supported

  • require or require_relative within space.
  • File or library name contains '.
  • File or library name contains space.

Change

  • require quote will change to '.

About

Combine ruby files in Windows (PowerShell) environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published