Skip to content

tinyhref/cdn-free

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CDN Free

Installation

npm install @tinyhref/cdn-free
or
yarn add @tinyhref/cdn-free

Use It

import { uploadCdn } from '@tinyhref/cdn-free';

uploadCdn({
  npmToken: 'npm_xxx',
  packageVersion: '1.1.1',
  packageDescription: '',
  dataFile,
  packageNames: ['cdn-free']
})