Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```