An open API service indexing awesome lists of open source software.

https://github.com/dawee/tetanize

Create a single Titanium module from any node package
https://github.com/dawee/tetanize

Last synced: 4 months ago
JSON representation

Create a single Titanium module from any node package

Awesome Lists containing this project

README

          

# Tetanize

Create a single Titanium module from any node package

## Installation

```bash
$ npm install -g tetanize
```

## Usage

```bash
$ cd YOUR_PACKAGE_FOLDER
$ tetanize
```

This will create a single JS file with the name of your package.