kaushalmodi / nim_config

Global project-agnostic config.nims
MIT License
63 stars 4 forks source link

Idea: Strip + UPX optional commands #1

Closed juancarlospaco closed 6 years ago

juancarlospaco commented 6 years ago

What do you think of the idea of adding a command to run:

I will combine this with pre-commit Nim plugin and crosscompiler package Awesome project, keep it up :grey_exclamation: :cat:

kaushalmodi commented 6 years ago

Now nim strip file and nim upx file work too!

kaushalmodi commented 6 years ago

@juancarlospaco It would be cool to get your cross compiler proc recipe as a NimScript task, that works on Travis too. Would you like to contribute that to this project?

juancarlospaco commented 6 years ago

I need it as dependency to install with nimble, because I am copy-pasting the same exact code on several projects like Nim-Telegram-Bot and HackPad, so I dont think I will take it down.

Having said that, I agree that your idea is nice, we can port it to NimScript too, feel free to steal the code, let me know of the progress.

Check the new GitHub Actions thingy too.

Is awesome to see cool projects on NimScript, because there are not a lot of them. :smile_cat: