kabuto
yamlをtss形式に変換するnpmモジュール
Description
Titanium Mobile の Alloy アプリを作る際に yaml で tss を書きたくなったので、 それ用の npm モジュールを作りました。
Install
$ npm install kabuto
Usage
一つの yaml ファイルの変換
$ kabuto hoge.yml --file hoge.tss
ディレクトリ単位での変換
$ kabuto src --dir dist
yamlをtss形式に変換するnpmモジュール
Titanium Mobile の Alloy アプリを作る際に yaml で tss を書きたくなったので、 それ用の npm モジュールを作りました。
$ npm install kabuto
一つの yaml ファイルの変換
$ kabuto hoge.yml --file hoge.tss
ディレクトリ単位での変換
$ kabuto src --dir dist
npm i kabuto
2
0.1.13
ISC