# radjav-tools

> Tools for use with RadJav

Latest version **1.1.4** (published 2019-04-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install radjav-tools
pnpm add radjav-tools
yarn add radjav-tools
bun add radjav-tools
```

Provides the command `radjav-tools`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; large bundle.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.4 |
| Published | 2019-04-22 |
| First published | 2019-04-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 28.4 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | FogChain, Corp |
| Maintainers | ncoonrod |
| Keywords | javascript, create-project, deploy-ios, deploy-android, typescript |

## Links

- npm: https://www.npmjs.com/package/radjav-tools
- Repository: https://github.com/FogChainInc/radjav-tools
- Homepage: https://github.com/FogChainInc/radjav-tools#readme
- Issues: https://github.com/FogChainInc/radjav-tools/issues
- npm.io page: https://npm.io/package/radjav-tools

## Dependencies (4)

- [archiver](https://npm.io/package/archiver.md) ^3.0.0
- [@types/node](https://npm.io/package/@types/node.md) ^11.13.5
- [recursive-copy](https://npm.io/package/recursive-copy.md) ^2.0.10
- [radjav-tools-lib](https://npm.io/package/radjav-tools-lib.md) ^1.0.2

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 1.1.4 (latest) — 2019-04-22
- 1.1.3 — 2019-04-22
- 1.1.2 — 2019-04-20
- 1.1.1 — 2019-04-20
- 1.1.0 — 2019-04-19
- 1.0.5 — 2019-04-19
- 1.0.4 — 2019-04-19
- 1.0.3 — 2019-04-19
- 1.0.2 — 2019-04-19
- 1.0.1 — 2019-04-19
- 1.0.0 — 2019-04-19

## README

# RadJav Tools
This repo is a collection of tools for developing with RadJav.

This can be installed by opening a terminal and entering:

	npm -g install radjav-tools

# Creating a project
Simply specify a path to the new RadJav project you'd like to create.

	radjav-tools --createProject NEW_PATH_TO_PROJECT

# Testing an HTML5 project
Run the HTTP server which will host the HTML5 version of your app.

Open a terminal, navigate to your app directory, and enter:

	radjav-tools --http

# Build an IPA for iOS
Once you've created your RadJav app, you can build an IPA that can be installed to an iOS device.

	radjav-tools --buildIPA PATH_TO_RADJAV_APP

# Build an APK for Android
Once you've created your RadJav app, you can build an APK that can be installed to an Android device.

	radjav-tools --buildAPK PATH_TO_RADJAV_APP

# Build an APK for Android
Convert a C# .Net or VB.Net form designer file to a RadJav GUI JSON file that can be easily be read by nearly anything!

	radjav-tools --convertFormDesignerToJSON Form_designer_file_path Output_JSON_file_path

# Installing IPAs
imobiledevice must be installed in order to install an IPA on either Windows, Mac, or Linux.

## Installing imobiledevice on Windows
http://docs.quamotion.mobi/imobiledevice/download/

## Installing imobiledevice on Ubuntu
sudo apt-get install libimobiledevice
sudo apt-get install ideviceinstaller

## Installing imobiledevice on Mac
brew install libimobiledevice
brew install ideviceinstaller

---
_Source: https://npm.io/package/radjav-tools · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
