New:Socket for Asana Is Now Available.Learn more
Get Started

@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

Source
npmnpm
Version
1.2.6
Version published
Weekly downloads
30
400%
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 26 Aug 2025

Related posts