🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

designtoken-dayer

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

designtoken-dayer

1、创建一个js 文件 比如文件名叫做 getTestThemeColor。js 文件内容 const myPackage = require('designtoken-dayer'); myPackage.getAllColor('One', 'uni-configs');

latest
npmnpm
Version
1.0.7
Version published
Maintainers
1
Created
Source

1、创建一个js 文件 比如文件名叫做 getTestThemeColor。js 文件内容 const myPackage = require('designtoken-dayer'); myPackage.getAllColor('One', 'uni-configs');

getAllColor('One', 'uni-configs') 第一个参数是 brand One是安能 PvStar 是光伏星 XiaoAn 是小安(泰极) 第二个参数是 当前项目的根目录 下的文件路径

2、在package.json 创建命令行 "scripts": { "getTestThemeColor": "node getTestThemeColor.js" }, 3、npm run getTestThemeColor 执行命令行 生成主题色配置文件

FAQs

Package last updated on 10 Jan 2025

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