Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vedius-design-tokens

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vedius-design-tokens

Vedius Design Tokens

  • 0.0.2
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

README

This README would normally document whatever steps are necessary to get your application up and running.

Initial setup

Install the project dependencies via the CLI command:

npm install

or with Yarn:

yarn install

Project structure

The project is made of these files and folders:

  • /token-generators contains the design tokens input files (in JSON format)
  • /templates contains the templates used to generate the output files
  • /dist contains the generated output files (in different formats)
  • build.js is the script used to generate the output files

Running the project

You can build the design tokens from the /src/ folder using the CLI command:

npm run build
## or
yarn build

Or you can automatically re-build the tokens at every change using the command:

npm run watch
## or
yarn watch

The generated tokens are saved in the /dist folder.

TO-DO Code

  • How to run tests
  • Deployment instructions

TO-DO Contribution guidelines

  • Writing tests
  • Code review
  • Other guidelines

Who do I talk to?

  • @gmantiqueira

References and dependencies

  • Style Dictionary

FAQs

Package last updated on 07 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc