Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shinriyo/exodus_test
exodus's test
https://github.com/shinriyo/exodus_test
Last synced: 19 days ago
JSON representation
exodus's test
- Host: GitHub
- URL: https://github.com/shinriyo/exodus_test
- Owner: shinriyo
- Created: 2016-02-11T08:57:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-14T12:41:28.000Z (almost 9 years ago)
- Last Synced: 2024-04-13T16:17:08.398Z (7 months ago)
- Language: Rust
- Size: 197 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
exodus.rs(エクソダスアールエス)
====CRUDのScaffoldingを生成する
npmを入れなくてもいいです。
Rust + PostgreSQL + AngularJS## テンプレートはこのようになるようにしています
https://github.com/shinriyo/nickel-helloworld# 最低限
カレントディレクトリに
src/main.rs
argo.toml
がいる# 予定コマンド
## AngularやCSSなどのセット初期化※長いのでexoにするかも?
```
exodus init
```## 定義と同時に生成(generateがコマンド)
```
exodus generate item name:string price:integer description:text
```
gもOK
```
exodus g item name:string price:integer description:text
```## テーブル生成
``````
## テーブル削除
``````
ここにプルリクやアドバイス次第で変わります
TODO:
-------
日本語は基本、英語、韓国語、も今後対応させます。
AngularJSではなくReactにします。自分メモ
-------
`cargo run`
`target/debug/exodus`に生成される```
cp target/debug/exodus ~/hoge
```