Cdnjs Importer Versions Save

Easier way to add your libraries in cdnjs.

2.0.0-beta

8 years ago
  • 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

9 years ago
  • Fixed a typo in the log messages. Thanks @ErikSchierboom! :sparkles:

1.4.0

9 years ago
  • Fixed a syntax error which was caused after merging #3.

1.3.0

9 years ago
  • Changed the default file map (from * to **/*). Thanks @PeterDaveHello!

1.2.0

9 years ago
  • Handle ~ in paths

1.1.0

9 years ago
  • Fixed the script name.

1.0.0

9 years ago
  • Initial release.