Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youngjuning/luozhu
Luozhu's practice in Front End Engineering and Components Development.
https://github.com/youngjuning/luozhu
eslint eslintconfig prettier react typescript vscode vscode-extension
Last synced: 4 days ago
JSON representation
Luozhu's practice in Front End Engineering and Components Development.
- Host: GitHub
- URL: https://github.com/youngjuning/luozhu
- Owner: youngjuning
- License: mit
- Created: 2021-07-15T17:46:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-16T14:33:33.000Z (4 days ago)
- Last Synced: 2025-02-16T14:41:44.083Z (4 days ago)
- Topics: eslint, eslintconfig, prettier, react, typescript, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 760 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
@youngjuning/*
![]()
youngjuning's practice in Front End Engineering、Plugin Development and Components Development.
## common
- [@youngjuning/node](https://github.com/youngjuning/youngjuning/tree/main/packages/node/) - Zizhu's nodejs utils.
## Scaffold
- [@youngjuning/template-generator](https://github.com/youngjuning/youngjuning/tree/main/packages/template-generator) - A template generator based on handlebars.
- [@youngjuning/create-lerna-app](https://github.com/youngjuning/youngjuning/tree/main/packages/create-lerna-app/) - Create a app with lerna best practice.## Coding Style
- [@youngjuning/eslint-config-base](https://github.com/youngjuning/youngjuning/tree/main/packages/eslint-config-base#readme) - for pure javascript project.
- [@youngjuning/eslint-config-typescript](https://github.com/youngjuning/youngjuning/tree/main/packages/eslint-config-typescript#readme) - for javascript、typescript project.
- [@youngjuning/eslint-config-react](https://github.com/youngjuning/youngjuning/tree/main/packages/eslint-config-react#readme) - for react project.
- [@youngjuning/eslint-config-react-typescript](https://github.com/youngjuning/youngjuning/tree/main/packages/eslint-config-react-typescript#readme) - for react、react with typescript project.
- [@youngjuning/eslint-config-react-native](https://github.com/youngjuning/youngjuning/tree/main/packages/eslint-config-react-native#readme) - for react-native project.
- [@youngjuning/prettier-config](https://github.com/youngjuning/youngjuning/tree/main/packages/prettier-config) - youngjuning's prettier config.
- [@youngjuning/eslint-rules](https://github.com/youngjuning/youngjuning/tree/main/packages/eslint-rules) - youngjuning's eslint rules.
- [@youngjuning/create-commitlint](https://github.com/youngjuning/youngjuning/tree/main/packages/create-commitlint) - Init commintlint in exist project.
- [@youngjuning/create-coding-style](https://github.com/youngjuning/youngjuning/tree/main/packages/create-coding-style) - Init coding style in exist project.## vscode
- [@youngjuning/vscode-utils](https://github.com/youngjuning/youngjuning/tree/main/packages/vscode-utils]/) - vscode extension develop utils.
- [@youngjuning/vscode-channel](https://github.com/youngjuning/youngjuning/tree/main/packages/vscode-channel/) - channel for vscode communication with webview.
- [@youngjuning/create-vscode-extension](https://github.com/youngjuning/youngjuning/tree/main/packages/create-vscode-extension/) - create vscode extension template.
- [@youngjuning/create-vscode-webview](https://github.com/youngjuning/youngjuning/tree/main/packages/create-vscode-webview/) - vscode webview extension template.