Skip to content

Commit a4f9652

Browse files
committed
docs: add credits
1 parent 61345b4 commit a4f9652

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,15 @@ pnpm build
5252
pnpm preview
5353
```
5454

55+
## Credits
56+
57+
Rstack CLI is inspired by:
58+
59+
- [Cargo](https://github.com/rust-lang/cargo)
60+
- [Deno](https://github.com/denoland/deno)
61+
- [Bun](https://github.com/oven-sh/bun)
62+
- [Vite Plus](https://github.com/voidzero-dev/vite-plus)
63+
5564
## License
5665

5766
[MIT](./LICENSE).

cspell.config.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,7 @@ export default {
1313
// ignore release note author mentions such as "by @chenjiahan"
1414
'by\\s+@[A-Za-z0-9_-]+',
1515
],
16-
ignorePaths: [
17-
'dist',
18-
'dist-*',
19-
'coverage',
20-
'doc_build',
21-
'node_modules',
22-
'pnpm-lock.yaml',
23-
],
16+
ignorePaths: ['dist', 'dist-*', 'coverage', 'doc_build', 'node_modules', 'pnpm-lock.yaml'],
2417
flagWords: banWords,
2518
dictionaries: ['dictionary'],
2619
dictionaryDefinitions: [

0 commit comments

Comments
 (0)