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
- Host: GitHub
- URL: https://github.com/dawee/tetanize
- Owner: dawee
- Created: 2013-10-05T08:49:33.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-04T09:20:48.000Z (almost 13 years ago)
- Last Synced: 2025-02-21T09:37:08.814Z (over 1 year ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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.