frqstbite / rad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:TypeScript 35.9%Language:JavaScript 32.2%Language:Nix 31.8%