free-programming-books icon indicating copy to clipboard operation
free-programming-books copied to clipboard

Make script python to sort the name of courses or books

Open AhmedElTabarani opened this issue 3 years ago • 4 comments

Can make script python to sort the name of courses or books automated ? I don't mean to be in GitHub Actions I mean, for example, after we put the courses, books, and their links We do this script with the path we specify, and it arranges for us This suggestion may be caused by laziness in arranging names, but this remains an advantage.

AhmedElTabarani avatar Jan 30 '22 19:01 AhmedElTabarani

Nice idea!!!

It already exists in CI and an improvement is pending via #4416 + #5564

The customized linter we use on top of remark is available as public library. See CONTRIBUTING and HOWTO

It's coded in Javascript.

At your local environment, install and run it before commit/push.

WIP

I'm trying to decouple it to solve some of those format issues automatically. It's creating a NodeJs project with remark tasks per locale/file/dir and hooking git process using husky. I hope to don't finish so late.

davorpa avatar Jan 31 '22 09:01 davorpa