Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youngjuning/zisheng
Luozhu's practice in Front End Engineering and Components Development.
https://github.com/youngjuning/zisheng
eslint eslintconfig prettier react typescript vscode vscode-extension
Last synced: 6 days ago
JSON representation
Luozhu's practice in Front End Engineering and Components Development.
- Host: GitHub
- URL: https://github.com/youngjuning/zisheng
- Owner: youngjuning
- License: mit
- Created: 2021-07-15T17:46:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T14:46:55.000Z (over 1 year ago)
- Last Synced: 2024-10-23T12:33:12.487Z (14 days ago)
- Topics: eslint, eslintconfig, prettier, react, typescript, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 611 KB
- Stars: 31
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
@luozhu/đ
Luozhu's practice in Front End EngineeringăPlugin Development and Components Development.
## common
- [@luozhu/node](https://github.com/youngjuning/luozhu/tree/main/packages/node/) - Zizhu's nodejs utils.
## Scaffold
- [@luozhu/template-generator](https://github.com/youngjuning/luozhu/tree/main/packages/template-generator) - A template generator based on handlebars.
- [@luozhu/create-lerna-app](https://github.com/youngjuning/luozhu/tree/main/packages/create-lerna-app/) - Create a app with lerna best practice.## Coding Style
- [@luozhu/eslint-config-base](https://github.com/youngjuning/luozhu/tree/main/packages/eslint-config-base#readme) - for pure javascript project.
- [@luozhu/eslint-config-typescript](https://github.com/youngjuning/luozhu/tree/main/packages/eslint-config-typescript#readme) - for javascriptătypescript project.
- [@luozhu/eslint-config-react](https://github.com/youngjuning/luozhu/tree/main/packages/eslint-config-react#readme) - for react project.
- [@luozhu/eslint-config-react-typescript](https://github.com/youngjuning/luozhu/tree/main/packages/eslint-config-react-typescript#readme) - for reactăreact with typescript project.
- [@luozhu/eslint-config-react-native](https://github.com/youngjuning/luozhu/tree/main/packages/eslint-config-react-native#readme) - for react-native project.
- [@luozhu/prettier-config](https://github.com/youngjuning/luozhu/tree/main/packages/prettier-config) - Luozhu's prettier config.
- [@luozhu/eslint-rules](https://github.com/youngjuning/luozhu/tree/main/packages/eslint-rules) - Luozhu's eslint rules.
- [@luozhu/create-commitlint](https://github.com/youngjuning/luozhu/tree/main/packages/create-commitlint) - Init commintlint in exist project.
- [@luozhu/create-coding-style](https://github.com/youngjuning/luozhu/tree/main/packages/create-coding-style) - Init coding style in exist project.## vscode
- [@luozhu/vscode-utils](https://github.com/youngjuning/luozhu/tree/main/packages/vscode-utils]/) - vscode extension develop utils.
- [@luozhu/vscode-channel](https://github.com/youngjuning/luozhu/tree/main/packages/vscode-channel/) - channel for vscode communication with webview.
- [@luozhu/create-vscode-extension](https://github.com/youngjuning/luozhu/tree/main/packages/create-vscode-extension/) - create vscode extension template.
- [@luozhu/create-vscode-webview](https://github.com/youngjuning/luozhu/tree/main/packages/create-vscode-webview/) - vscode webview extension template.