This repository has been archived by the owner on Mar 1, 2020. It is now read-only.
Releases: cdnjs/cdnjs-importer
Releases · cdnjs/cdnjs-importer
2.0.0-beta
- Relicensed under The KINDLY License.
- Generated docs via blah.
- New cli interface, via
clp
. Fixed #9. - Create a different branch from master when adding libraries. Fixes #12.
- Keep only one autoupdate field. Fixed #11.
- Updated dependencies. Fixed #8.
$ cdnjs-importer -h
Usage: cdnjs-importer [options]
Options:
-g, --git-url <git-url> Your library git url.
-p, --path <path> The path to your cdnjs local repository.
-h, --help Displays this help.
-v, --version Displays version information.
Examples:
cdnjs-importer -g [email protected]:IonicaBizau/gh.js.git # adds gh.js to cdnjs
cdnjs-importer -g ... -p path/to/cdnjs
The default cdnjs repository location is in ~/cdnjs
Documentation can be found at https://github.com/IonicaBizau/cdnjs-importer
1.4.1
- Fixed a typo in the log messages. Thanks @ErikSchierboom! ✨
1.4.0
1.3.0
- Changed the default file map (from
*
to**/*
). Thanks @PeterDaveHello!
1.2.0
- Handle
~
in paths
1.1.0
- Fixed the script name.
1.0.0
- Initial release.