Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simon-he95/vscode-transfer
https://github.com/simon-he95/vscode-transfer
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/simon-he95/vscode-transfer
- Owner: Simon-He95
- License: mit
- Created: 2023-05-26T16:24:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T17:25:35.000Z (11 months ago)
- Last Synced: 2023-12-15T18:33:15.029Z (11 months ago)
- Language: TypeScript
- Size: 132 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
English | 简体中文
>WIP:
- {lineHeight:20px,marginTop:20px} -> line-height:20px;margin-top:20px Convert hump to hyphen
- line-height:20px;margin-top:20px -> {lineHeight:20px,marginTop:20px} convert hyphens to camel case
- {name:'122'} -> {"name":"122"} JSON format
- variable -> VARIABLE constants are all uppercase
- VARIABLE -> variable constants are all lowercase## :coffee:
[buy me a cup of coffee](https://github.com/Simon-He95/sponsor)
## License
[MIT](./license)