Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.