Skip to content

Commit 52d7f58

Browse files
committed
chore: upgrade deps
1 parent 68c2910 commit 52d7f58

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+846
-13458
lines changed

.github/CONTRIBUTING.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
`func` Contributing Guide
22

3-
### Pull Request Guidelines
3+
### Pull Request Guidelines
4+
45
- Fork this repository to your own account. Do not create branches here.
56
- Commit info should be formatted by the [rules](https://github.com/conventional-changelog/commitlint/blob/master/%40commitlint/config-conventional/README.md).
67
- Rebase before creating a PR to keep commit history clear.
78
- Merging a PR takes two maintainers: one approves the changes after reviewing, and then the other reviews and merges.
89
- If feature is included, the issue discussion should be initiated first.
910

1011
### Code Style
12+
1113
Follow Lint
+1-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: "Bug report 🐞"
2+
name: 'Bug report 🐞'
33
about: "If something isn't working as expected 🤔."
44
---
55

@@ -10,6 +10,3 @@ about: "If something isn't working as expected 🤔."
1010
## Expection
1111

1212
## Actual results (or Errors)
13-
14-
15-
+6-7
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
---
2-
name: "Feature request 🚀"
3-
about: "I have a suggestion!"
2+
name: 'Feature request 🚀'
3+
about: 'I have a suggestion!'
44
---
55

66
# Feature request 🚀
77

88
### Expected:
9-
- No breaking changes
9+
10+
- No breaking changes
1011

1112
### Examples:
13+
1214
```ts
15+
1316
```
1417

1518
### Programme:
1619

1720
### Others:
18-
19-
20-
21-
+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2-
name: "About `func-service` 🛠️"
3-
about: "Issues and feature requests for func-service"
2+
name: 'About `func-service` 🛠️'
3+
about: 'Issues and feature requests for func-service'
44
---
55

66
# About `func-service` 🛠️
77

88
Please create issue on `func-service` repo: [func-service](https://github.com/unix/func-service)
9-
+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2-
name: "About `func-template` 🛠️"
3-
about: "Issues and feature requests for func-template"
2+
name: 'About `func-template` 🛠️'
3+
about: 'Issues and feature requests for func-template'
44
---
55

66
# About `func-template`
77

88
Please create issue on `func-template` repo: [func-service](https://github.com/unix/func-template)
9-

.github/PULL_REQUEST_TEMPLATE.md

-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,4 @@
44
- [ ] All tests passed
55
- [ ] `rebase` commits
66

7-
87
## Change information
9-
10-

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ node_modules
44
yarn-error.log
55
.DS_Store
66
*.map
7+
dist

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ node_js:
55

66
cache:
77
directories:
8-
- "node_modules"
8+
- 'node_modules'
99

1010
notifications:
1111
email:

README.md

+12-10
Original file line numberDiff line numberDiff line change
@@ -13,40 +13,42 @@ More popular and simple way to build command-line tools.
1313

1414
## Feature
1515

16-
- Very small volume ≈ [7kb](https://github.com/unix/func/blob/master/examples/gzbundle/archived.tar.gz)
16+
- Very small volume ≈ [7kb](https://github.com/unix/func/blob/master/examples/gzbundle/archived.tar.gz)
1717

18-
- Elegant grammar
18+
- Elegant grammar
1919

20-
- Very few dependencies, maximum optimized running speed and `npm` download time
20+
- Very few dependencies, maximum optimized running speed and `npm` download time
2121

22-
- Template support, best practices right away
22+
- Template support, best practices right away
2323

2424
<br/>
2525

2626
## Quick Start
2727

28-
Just run `npm init func` to create project.
28+
Just run `npm init func` to create project.
2929

30-
1. `npm init func`: create project
30+
1. `npm init func`: create project
3131

32-
2. `npm i`: install deps.
32+
2. `npm i`: install deps.
3333

34-
3. `npm start`: setup link and development ready.
34+
3. `npm start`: setup link and development ready.
3535

36-
It's all.
36+
It's all.
3737

3838
<br/>
3939

4040
## Documentation
4141

42-
- [func.unix.bio](https://func.unix.bio)
42+
- [func.unix.bio](https://func.unix.bio)
4343

4444
<br/>
4545

4646
## Thanks
47+
4748
Thanks to [Shannon Moeller](https://github.com/shannonmoeller) for donating the pkgname "func" on npm!
4849

4950
<br/>
5051

5152
## LICENSE
53+
5254
[MIT](./LICENSE)

docs/.vuepress/config.js

-70
This file was deleted.

docs/.vuepress/public/favicon.ico

-9.44 KB
Binary file not shown.
-83.3 KB
Binary file not shown.
-65.3 KB
Binary file not shown.
-17.1 KB
Binary file not shown.
-15.1 KB
Binary file not shown.
-30 KB
Binary file not shown.

docs/README.md

-37
This file was deleted.

docs/apis.md

-25
This file was deleted.

docs/command.md

-103
This file was deleted.

0 commit comments

Comments
 (0)