Skip to content

Commit

Permalink
Preserve release
Browse files Browse the repository at this point in the history
  • Loading branch information
hungluu committed Feb 24, 2021
0 parents commit b8c17d8
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

[*.{yml,yaml}]
indent_size = 2

[Makefile]
indent_size = 4
indent_style = tab
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
* text=auto eol=lf
*.css linguist-vendored
*.scss linguist-vendored
*.sass linguist-vendored
*.js linguist-vendored
CHANGELOG.md export-ignore
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"deno.enable": true,
"deno.lint": true,
"deno.unstable": false
}
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Robust Deno
=====

I've been fascinated over these years of Deno releases and feature sets, so I decided to create a Robust Framework version built with Deno, along with current [Robust Node](https://github.com/tekuasia/robust).

FYI, since we wanna ultilize the best out of both Node and Deno, and they are quite different, these 2 replications of Robust Framework are also different down to their core. But the main thing is, Robust's methodology and visions are shared between them, and hopefully some of the code (since they'll be both written in Typescript).

Robust Framework Deno version is aimed to be released 3 to 4 months after the first release of its Node counterpart.

Stay tune.
1 change: 1 addition & 0 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default class RobustApp {}

0 comments on commit b8c17d8

Please sign in to comment.