Skip to content

Commit

Permalink
docs: update readme and package.json, add project info
Browse files Browse the repository at this point in the history
commit b2a44cb
Author: Jingchao Di <[email protected]>
Date:   Fri May 3 23:55:59 2024 +0800

    chore: no private

commit 402a5ae
Author: Jingchao Di <[email protected]>
Date:   Fri May 3 23:52:11 2024 +0800

    ci: .
  • Loading branch information
alswl committed May 4, 2024
1 parent 9db66a7 commit c9dc006
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# dbml-editor

> status: `in progress`
Online editor for [DBML](https://dbml.dbdiagram.io/home/) files.

![build-status](https://github.com/alswl/dbml-editor/actions/workflows/ci.yaml/badge.svg)

## Online Editor

[dbml-editor](https://dbml-editor.alswl.com/)

## Features

- Live preview of the DBML file
- Syntax highlighting
- Live preview

## Alternatives

Expand All @@ -21,6 +22,5 @@ Online editor for [DBML](https://dbml.dbdiagram.io/home/) files.
## Roadmap

- Full support for DBML feature
- Syntax highlighting
- Export to SQL
- Import from SQL
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "dbml-editor",
"version": "0.1.0",
"private": true,
"author": "Jingchao Di <[email protected]>",
"scripts": {
"build": "umi build",
Expand Down

0 comments on commit c9dc006

Please sign in to comment.