Skip to content
View jslyonnais's full-sized avatar
🌲
Go green & code.
🌲
Go green & code.
  • Freelance
  • Quebec, Canada
Block or Report

Block or report jslyonnais

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. wordpress.docker.starter wordpress.docker.starter Public template

    Start a new Wordpress Theme with Docker & Vite

    PHP

  2. manga-images-chapter-batcher manga-images-chapter-batcher Public

    Manga Chapter Packager: A nifty utility born from the need to efficiently consolidate numerous manga chapter folders. Transform entire chapters into cohesive .cbz files with ease!

    Python

  3. manga-cbz-processor manga-cbz-processor Public

    Manga CBZ Optimizer: A sleek utility tailored for manga .cbz files. Seamlessly compress, resize, and rename your collections, streamlining storage without compromising the integrity of your cherish…

    Python

  4. etsy.scrapers etsy.scrapers Public

    Extracts item details from a specified Etsy shop to CSV file

    Python 1

  5. script-concat-config-gatsby.js script-concat-config-gatsby.js
    1
    const fs = require('fs')
    2
    const YAML = require('json-to-pretty-yaml')
    3
    const configPath = '/static/admin'
    4
    const configs = require('require-all')(__dirname + `${configPath}/config`)
    5
    let obj = {
  6. Gatsby & NetlifyCMS concatenate scri... Gatsby & NetlifyCMS concatenate script with multilanguages support
    1
    const fs = require('fs')
    2
    const YAML = require('json-to-pretty-yaml')
    3
    const configPath = '/static/admin'
    4
    const configs = require('require-all')(__dirname + `${configPath}/config`)
    5
    const languages = ['fr', 'en']