🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

@toolmain/shared

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@toolmain/shared

utility toolkit collections

latest
Source
npmnpm
Version
1.3.5
Version published
Weekly downloads
34
Maintainers
1
Weekly downloads
 
Created
Source

@toolmain/shared

convient and utility toolkit collections base on vue or element-plus.

Install

pnpm add @toolmain/shared

📚 Usage

import { px, localImg, msg } from "@toolmain/shared"

or if you want to overview all tools, just use like following:

import * as tool from "@toolmain/shared"
const pixel = tool.px(10)

if you want auto completion, you can update your tsconfig.json or jsconfig.json:

"compilerOptions": {
  "types": ["@toolmain/shared"],
},

🔎 Overview

clone the core monorepo

git clone https://github.com/evilArsh/toolmain.git

install dependencies

pnpm i

start playground overview project

pnpm run dev

to test all hooks,functions and other components, just enter playground/ diectory and use !

directory structure

root/
├── element/
│   ├── element-plus toolkit collections
├── hooks/
│   ├── vue hooks collections
├── misc/
│   ├── miscellaneous convient functions collections
├── type/
│   ├── common types definitions
├── README.md
└── package.json

👏 Contributing

Pull requests are welcome

📝 License

MIT

Keywords

vue

FAQs

Package last updated on 28 Feb 2026

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