rhapsodify

1.0.30 • Public • Published

Build Status

Rhapsodify

Compile tool for Rhapscript

CLI Usage

npm install -g rhapsodify
  • Compile:
rhapsodify \rhapscript_file_path
rhapsodify \rhapscript_file_path \dist_path

Use --log or --l to compile with log

  • Get, set Rhapscript path:
rhapsodify load-rhapscript-from
rhapsodify load-rhapscript-from \rhapscript_path

Use rhapsodify load-rhapscript-from npm to load RhapScript from npm

In Code Usage

var fs = require('fs');
fs.createReadStream(\rhapFilePath)
  .pipe(rhapsodify.Rhapsodify(\rhapFilePath))
  .pipe(fs.createWriteStream(\compiledJSFilePath));

The compiled js files can then be bundled with browserify like any normal javascript files

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.301latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.301
1.0.280
1.0.270
1.0.260
1.0.251
1.0.240
1.0.230
1.0.220
1.0.210
1.0.200
1.0.190
1.0.180
1.0.170
1.0.160
1.0.150
1.0.140
1.0.130
1.0.120
1.0.110
1.0.100
1.0.90
1.0.81
1.0.70

Package Sidebar

Install

npm i rhapsodify

Weekly Downloads

3

Version

1.0.30

License

MIT

Last publish

Collaborators

  • skyarmor