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

byfe-scripts

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

byfe-scripts

命令行脚本

  • 0.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

byfe-scripts

安装

npm install -g byfe-scripts

bs-icon-dart

将iconfont上的css文件转为dart文件,以Map<iconName, IconValue>的形式导出;

用法

bs-icon-dart css文件路径 [导出dart的路径]

默认输出为: ./icons.dart

使用

bs-icon-dart http://at.alicdn.com/t/font_1147625_d6nqb83uorg.css ./test.dart

输出

test.dart

class Iconfonts {
    static arrow = 0xe697;
    // ...
}

FAQs

Package last updated on 25 Aug 2019

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