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

pulsar-vsc-extension

v1.14.46

Published

Manage, modify and export fully customizable code through Supernova Design System Platform

Downloads

8

Readme

Supernova.io - Design System of the Future

Supernova takes your design system data and allows you to use them directly inside your VS Code, represented in any language, technology, or tech stack you are developing for, from the convenience of your beloved IDE.

With Supernova, you can explore, build and publish exporters - packages that define how the code should be exported from your design systems and control them down to the last character.

Lastly, this extension bundles Pulsar, a state-of-the-art templating language built with code generation in mind, alongside powerful javascript integration that makes building exporters a breeze.

Extension already installed and configured? Then feel free to skip all the rest content here and dive into our developer documentation to learn how to make the most out of Supernova! Here are some topics to help you awe your colleagues with some code superpowers:

Configuring Extension

Before you can access your design system data and export the code, you need to configure this extension with your personal Supernova Developer Access Key.

Obtaining Supernova Key

Navigate to Supernova Cloud and log in with your credentials. Then, navigate to your personal settings using the top-right menu and into the security section. There, you can generate the access key using the provided interface.

Please note that the access key is only visible once and must be generated again if you lose it, for security reasons.

Authorizing VSCode

Launch the Command Palette (Ctrl+Shift+P or Cmd+Shift+P) and type > Supernova: Login. Select the command and paste the key you just generated into the console. This authorizes the extension to access your design systems and allows you to immediately start exporting the code.

Features

Currently, you can do the following:

  • [x] Login with your Supernova account
  • [x] Explore organizations and design systems you have access to
  • [x] Export design elements such as colors, fonts, gradients, and so on to any platform
  • [x] Use Supernova Exporter Store to find the code output that works for you
  • [x] Set default exporters for your project so the entire development team can use them
  • [x] Maintain an unlimited number of exporters tailored to your organization
  • [x] Create a default project to help you get started with exporters

This extension also allows you to build the exporters, packages that define how the code should be exported in regards to your codebase. As an example, you can generate CSS files with color tokens, Android theme definitions, React styles, or pretty much anything you can imagine - and code, because you are in charge of how the design data will be exported.

To help with exporter development, this extension brings a full suite of the required language functionality for the Pulsar, state-of-the-art templating language built with code generation in mind, so you can develop your export procedures quickly and easily:

  • [x] Full autocomplete support
  • [x] Full syntax highlight support
  • [x] Debug console integration
  • [x] Static syntax analysis
  • [x] UI integration
  • [x] Runtime error reporting
  • [ ] Step-by-step execution and breakpoints (work in progress)

Example use-cases

There are several amazing things you can achieve using this extension, from generating styles using the design system data to producing dynamic instantiation code for your components to building complex exporters that can produce entire codebases - the choice is yours.

Navigate to Supernova developer documentation to learn how to build and use exporters to automate and kill code hand-off for good.

Contact Us

Have questions? Feel free to join our community over at Supernova Discord and we will help you right away!