TypeScript, Node, esbuild, Commander... Let's build a CLI!

Поделиться
HTML-код
  • Опубликовано: 9 янв 2025

Комментарии •

  • @StevenVerlinden-m8u
    @StevenVerlinden-m8u 11 месяцев назад +8

    The actual building of the CLI starts at min 15:30

  • @daniellewis6228
    @daniellewis6228 Год назад +9

    It's heartwarming to see how passionate you are to teach others. I've watched hundreds if not thousands of software dev content creators and you are one of the most down to earth creators. Some of the greats off the top of my head are you, code monkey king, and destination faang.

  • @Wilfried-uw2uu
    @Wilfried-uw2uu 9 месяцев назад +1

    Seriously considering that Typescript course

  • @JeremyKolassa
    @JeremyKolassa Год назад +23

    Oh, NOW you stream how to make a TypeScript CLI. Where were you a week ago when I needed this? 😜

  • @mrpocketsss
    @mrpocketsss Год назад

    This sparked a passion, and I just wanted to let everyone know that I found a tool called Ink, that lets you build CLI tools in react!

  • @Jay-pj7ob
    @Jay-pj7ob 3 месяца назад +1

    I cannot access env variables in my CLI, need help

  • @developerpranav
    @developerpranav Год назад +2

    Was trying to write a CLI in typescript today! But switched to JS because I couldn't figure it out! XD
    Thanks for the awesome tutorial!

  • @bassemjadoui3239
    @bassemjadoui3239 Год назад

    ​I need to sleep but this is something I’m very interested in

  • @evertonfernandes143
    @evertonfernandes143 Год назад +1

    perfect, you read my mind

  • @ThaRealIansanity
    @ThaRealIansanity 2 месяца назад

    pnpm link --global on Windows where pnpm was installed by npm: Add PNPM_HOME to system or user variables. Mine was at ""C:\Users\isimm\AppData\Local\pnpm"". Then also add that PNPM_HOME var to the end of PATH. Remember to restart terminal. Won't work if policy prevents links like on a limited user account job PC. Complain to IT department. Won't do any good but they are bored so complain anyway.

  • @martonvalentin7386
    @martonvalentin7386 Год назад

    Why do you use camelCase filenames in total-typescript-cli project ? :D

  • @lucasprins8895
    @lucasprins8895 Год назад

    perfect timing, thanks :D

  • @JamieHicks154
    @JamieHicks154 Год назад

    pnpm link --global worked for me on m1 mac with no permission errors either

  • @nathanalberg
    @nathanalberg Год назад

    anyone have any issues when they made other files and tried to import them?

  • @nicolasdb2497
    @nicolasdb2497 Год назад +2

    Next time: build a mono repo?

  • @kettenbach
    @kettenbach Год назад +1

    TypeScript 🐐💪

  • @paulbryan8185
    @paulbryan8185 Год назад

    I am watching it in the future at 1.5x 😂

  • @mdkawsarislamyeasin4040
    @mdkawsarislamyeasin4040 Год назад

    Would you please provide source code ?

  • @YacineBKA
    @YacineBKA Год назад

    Thanks man

  • @bergerblancsuisse.
    @bergerblancsuisse. Год назад +1

    Why use 1.5x when you can use 2x!

  • @aaronmorgan4466
    @aaronmorgan4466 Год назад

    I could be doing it wrong; but don't see this in your Videos list. It's only in my Subscriptions list

  • @Levi_OP
    @Levi_OP Год назад

    bin is short for "binary" btw, seems like you might not know that the way you talk about it.