New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

mini-ground

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mini-ground

messy toolbox

latest
npmnpm
Version
1.1.9
Version published
Maintainers
0
Created
Source

mini-ground

This is a messy toolbox (Working...)

Installation

npm install mini-ground (-g)

Usage

  • npmreg 更换npm源
  • gradient 生成渐变颜色

npmreg

// npmreg 更换npm源
current         Get current registry | 获取当前镜像
list            View current registries | 查看当前镜像
set <name>      Set registry | 设置镜像
use             Select registry | 更换镜像
add             Add registry | 添加自定义镜像
del             Delete registry | 删除自定义镜像
rename          Rename registry | 重命名自定义镜像
edit            Edit registry | 编辑自定义镜像路径
ping            测试镜像地址速度

gradient

//  gradient 生成渐变颜色
import { createGradientClass } from 'mini-ground';

const linearGradient = createGradientClass('45deg', '#16c8c8', '#40a440')

export default () => {
  return <ConfigProvider
          button={{
            className: linearGradient,
          }}
          >
            <Button>Login</Button>
        </ConfigProvider>
}

Contributing

Contributions are welcome! Please read the contribution guidelines first.

License

This project is licensed under the MIT License - see the LICENSE file for details.

PATH:LICENSE

MIT License

Copyright (c) 2024 LukeMatch

FAQs

Package last updated on 03 Sep 2024

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