0.0.2 • Published 2 years ago

@icreate/imdex-plugin-package v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Usage

npm i @icreate/imdex-plugin-package

Features

  • Package:包管理类

Importing library

You can import the generated bundle to use the whole library generated by this starter:

import Package from '@icreate/imdex-plugin-package'

Package

  Upload(): Promise<any>
  Download(name: string): Promise<any>
  UnPackage():  Promise<any>