vsc-custom-css-cli

0.8.0 • Public • Published

vsc-custom-css-cli

vsc-custom-css-cli

npm version npm downloads npm license

Credits

Install

$ npm i vsc-custom-css-cli -g

only macOS is supported

Binary name = vsc-custom

$ vsc-custom

Notice

After add/update command, in order to make it effects, a full quit & restart of vscode is needed.

Commands

vsc-custom add <file-or-url>

  • file-or-url local file or file url supports .css / .less / .sass & .js file

example

# local css
vsc-custom add ./custom.css

# remote url
vsc-custom add 'https://gist.githubusercontent.com/magicdawn/9a8278667c5ebdf71cb87b8504295449/raw/a47ebbf01baf0a0fab49b2f8e9ec9411b492c9cd/vscode-big-clock.less'

vsc-custom update / vsc-custom up

  • this will update embeded file contents
  • After a vscode auto-update, everything added is lost, a vsc-custom up command is neeeded to get things back

for example

  • run vsc-custom add ./local-file.css
  • modify local-file.css
  • run vsc-custom update in order make it effects in vscode
  • quit vscode & restrt vscode

vsc-custom list

or vsc-custom ls / vsc-custom l

  • this will list all added files
  • default will disabled the unselected files. use --delete or --del flag to remove added files

Use Case

Big Clock

image

more ...

Changelog

CHANGELOG.md

License

the MIT License http://magicdawn.mit-license.org

Package Sidebar

Install

npm i vsc-custom-css-cli

Weekly Downloads

2

Version

0.8.0

License

MIT

Unpacked Size

15.9 kB

Total Files

4

Last publish

Collaborators

  • magicdawn