npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

vsc-custom-css-cli

v0.8.0

Published

vsc-custom-css-cli

Downloads

15

Readme

vsc-custom-css-cli

vsc-custom-css-cli

npm version npm downloads npm license

Credits

  • https://gist.github.com/Hendrixer/7a250a2be529cda8939de8305c9a85a1
  • https://github.com/lehni/vscode-fix-checksums

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

  • install extension https://marketplace.visualstudio.com/items?itemName=rid9.datetime
  • install custom css vsc-custom add 'https://gist.githubusercontent.com/magicdawn/9a8278667c5ebdf71cb87b8504295449/raw/a47ebbf01baf0a0fab49b2f8e9ec9411b492c9cd/vscode-big-clock.less'
  • quit vscode & restart to see this screenshot happens

more ...

Changelog

CHANGELOG.md

License

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