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

ipmp-utils

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipmp-utils

iPMP 前端utils库

npmnpm
Version
1.10.3
Version published
Weekly downloads
19
-13.64%
Maintainers
1
Weekly downloads
 
Created
Source

ipmp-utils

基于module-template打造的 iPMP 前端常用 utils 库

安装

Using npm:

npm i -S ipmp-utils

In a browser:

<script src="dist/index.min.js"></script>

使用

全局引入:

import utils from 'ipmp-utils'

按需引入:

// load url categories
import { url } from 'ipmp-utils'

目录结构

.
├── docs                        // 文档
├── scripts                     // 构建脚本
└── src                         // 源码目录
    └── main.js                 // 主入口文件
├── .husky                      // hyusk目录
├── jest.config.js              // jest配置文件
├── jsdoc2md.json               // jsdoc2md配置
├── rollup.config.js            // rollup配置文件
├── commitlint.config.js        // commitlint配置
├── eslintrc.js                 // eslint配置
├── .prettierrc                 // prettier配置
├── .babelrc                    // babel配置
├── .releaserc                  // semantic-release配置
├── .gitlab-ci.yml              // gitlab CI配置
├── CHANGELOG.md                // 更新日志
└── README.md

CLI

iPMP CLI

Keywords

ipmp

FAQs

Package last updated on 28 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