Skip to content

skylark-integration/skylark-jszip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skylark-jszip

The skylark zip class library

Dependences

Projectd Status Description
skylark-langx Javascript language extension library

Different builds

builds are in the directory dist.

build Description
full skylark-jszip-all.js included dependences
only skylark-jszip.js not included dependences
full (development) uncompressed/skylark-jszip-all.js included dependences
only (development) uncompressed/skylark-jszip.js not included dependences

Please use the "full" version when using this library alone, and use the "only" version when using other skylark libraries.

Installation

You can get the latest version in many different ways:

  • Downloading a ZIP file from master
  • Cloning using Git: git clone https://github.com/skylark-integration/skylark-jszip.git
  • Installing via NPM: npm install https://github.com/skylark-integration/skylark-jszip.git#master --save

Building

  • Ensure that Node.js is installed.
  • Run npm install https://github.com/skylarkjs/skylark-bundle-cli.git -g to ensure sbundle is installed.
  • Run npm install to ensure the required dependencies are installed.
  • Run npm run build. The builds will be placed in the dist/ directory.

License

Released under the MIT

About

A skylark wrapper for jszip

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages