haxelib icon indicating copy to clipboard operation
haxelib copied to clipboard

ignores (or includes) for haxelib submit directory

Open nadako opened this issue 9 years ago • 1 comments

I use a script like this for releasing my libs and I end up copying it in every lib, because I only need to package a set of files, instead of everything in the directory, so haxelib submit . doesn't work for me.

This is a pity and I think we should improve directory submitting by introducing a .haxelibignore file or something, similar to what's done in NPM: https://docs.npmjs.com/misc/developers#keeping-files-out-of-your-package

nadako avatar Apr 07 '16 11:04 nadako

I use a shorter thing, for *nix only: https://github.com/kevinresol/geojson/blob/master/submit.sh

But agreed that haxelib submit should support something like .haxelibignore

kevinresol avatar Nov 06 '16 14:11 kevinresol