ActionSchema
1.0.0
創建了一個更簡單的版本後,我已經離開了此存儲庫。我的目標是一旦成熟開放。如果您想了解更多,請與我聯繫。
ActionChema打算成為一個新標準,允許開發人員創建以數據為中心的代碼庫。 ActionChema是JSON-SCHEMA的超集,其含義與通過OpenAPI和代碼執行獲得的含義相關聯。
安裝取決於您打算在哪裡使用actionschema 。 ActionChema可以在服務器,無服務器上或直接從瀏覽器上運行!
瀏覽器
安裝:
npm install --save-exact actionschema
npm i idb
用法:
import { executeBrowser } from "actionschema/browser" ;
executeBrowser ( context ) ;無服務器
安裝: npm install --save-exact actionschema
用法:
import { executeServerless } from "actionschema/serverless" ;
executeServerless ( context ) ;伺服器
安裝:
npm install --save-exact actionschema
npm i piscina
用法:
import { executeServer } from "actionschema/server" ;
executeServer ( context ) ;有關到目前為止此重寫期間的選擇的更多信息,請參見ADR。
重寫的目標:
x-schema )與Actionschema V1相比,這意味著...
之後,這些清單上很高:
請繼續關注更新!
鏈接到actionschema-web或您想要測試的任何其他地方的軟件包鏈接
npm linknpm link actionschema