/rad

Primary LanguageTypeScriptMIT LicenseMIT

This tool is a TypeScript package and npx command line tool to manage Radiant archives (.rad) on the fly.

Installation

The package is distributed through npm. To install it, execute the following in your shell:

  npm install @radiantos/rad

Package Usage

import Component from 'my-project'

function App() {
  return <Component />
}

Command Line Usage

License

MIT