Skip to content

Commit

Permalink
0.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherry committed Dec 12, 2018
1 parent 38d07c6 commit 912ced6
Show file tree
Hide file tree
Showing 8 changed files with 2,123 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# http://editorconfig.org

root = true

[*]
charset = utf-8
indent_style = tab
trim_trailing_whitespace = true
insert_final_newline = false
end_of_line = lf
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
build/**/*.js
store/**/*.js
store/**/*.json
10 changes: 10 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"root": true,
"extends": [
"nodecraft"
],
"plugins": [
"json",
"node"
]
}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ typings/

# next.js build output
.next

# custom
store
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# b2-cloud-storage
Backblaze B2 Cloud Storage API Client

This module is still in development and not recommended for production use yet.

Documentation and tests to follow in future.
Loading

0 comments on commit 912ced6

Please sign in to comment.