Skip to content

Commit

Permalink
feat: init
Browse files Browse the repository at this point in the history
  • Loading branch information
halfmoon-mind committed Jun 25, 2023
1 parent 2723299 commit c2763fc
Show file tree
Hide file tree
Showing 10 changed files with 15,074 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
root = true

[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.yml]
indent_style = space
indent_size = 2
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
dist
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@
# up-date-cli
# up-date-cli

> This readme is automatically generated by [create-ink-app](https://github.com/vadimdemedes/create-ink-app)
## Install

```bash
$ npm install --global up-date-cli
```

## CLI

```
$ up-date-cli --help
Usage
$ up-date-cli
Options
--name Your name
Examples
$ up-date-cli --name=Jane
Hello, Jane
```
Loading

0 comments on commit c2763fc

Please sign in to comment.