Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ueno-llc/ueno-code-menu
Ueno's menu in VSCode
https://github.com/ueno-llc/ueno-code-menu
Last synced: about 2 months ago
JSON representation
Ueno's menu in VSCode
- Host: GitHub
- URL: https://github.com/ueno-llc/ueno-code-menu
- Owner: ueno-llc
- Archived: true
- Created: 2017-10-16T15:48:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-14T16:15:17.000Z (over 5 years ago)
- Last Synced: 2024-10-13T10:54:58.957Z (2 months ago)
- Language: TypeScript
- Size: 82 KB
- Stars: 8
- Watchers: 9
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome - ueno-code-menu - Ueno's menu in VSCode (TypeScript)
README
[![logo](https://user-images.githubusercontent.com/937328/50184775-edc3c880-030d-11e9-9ea5-749d677b7357.png)](https://ueno.co/?utm_source=github&utm_campaign=ueno-code-menu)
![banner](https://user-images.githubusercontent.com/937328/50184764-e56b8d80-030d-11e9-88e1-ff92c94762ed.png)
[![about](https://user-images.githubusercontent.com/937328/50184746-da186200-030d-11e9-8edb-3227e9300524.png)](https://ueno.co/contact/?utm_source=github&utm_campaign=ueno-code-menu)## ueno-code-menu
![](https://img.shields.io/vscode-marketplace/d/ueno.ueno-code-menu.svg)
- Adds new component menu in file explorer.
- React and React Native support.
- TypeScript, SCSS, SASS, LESS, and Stylus extensions.Download on [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=ueno.ueno-code-menu)
## Options
### `UCM.directory`
Define in which directory components are created when using the extension with the command panel.
Default: `UCM.directory: src/components`
### `UCM.platform`
Define with which stack TypeScript files are created, either `react` or `react-native`.
Default: `UCM.platform: react`
### `UCM.styles`
Define which styles files are used, either `scss`, `less`, `sass`, `css` or `none`.
Default: `UCM.styles: scss`