ShadCN CLI - Install ANYTHING from Anywhere

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

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

  • @JollyCoding
    @JollyCoding  Месяц назад +1

    ► HACKING SCALE NEWSLETTER
    jollycod.ing/newsletter
    Find more programming tutorials from me over at jollycod.ing/betterstackyt

  • @prashlovessamosa
    @prashlovessamosa Месяц назад

    Great thanks for sharing I was reading docs this clears some of my doubts thanks

  • @antonischalkias
    @antonischalkias Месяц назад

    Hello great conent, i would like to ask about how we can import custom component dependencies .

  • @vovasvidinsky1369
    @vovasvidinsky1369 Месяц назад +2

    Happy for those who managed to understand something😂. Looks like video to show off, not to really explain.

    • @JollyCoding
      @JollyCoding  Месяц назад

      Tried to explain a rough implementation, hopefully in the future with the NPM package it will become a lot easier.
      Sorry!

    • @sujayxaradhya
      @sujayxaradhya Месяц назад

      Exactly 💯

    • @Vir7uaLGameplays
      @Vir7uaLGameplays Месяц назад

      I did managed to understand and successfully applied to one of my projects.

    • @XIIOSRS
      @XIIOSRS 4 дня назад

      It's really not that hard. He explained it well

  • @furycorp
    @furycorp Месяц назад

    If you thought using wget or curl to pull in code from a random URL and then blindly execute it on your workstation was a good idea you'll love the new cli

  • @prashlovessamosa
    @prashlovessamosa Месяц назад

    Please make a video on Biome.

    • @JollyCoding
      @JollyCoding  Месяц назад

      I did one here! ruclips.net/video/f_4k0XYvQjQ/видео.html
      Anything more you would want to see?

  • @Vir7uaLGameplays
    @Vir7uaLGameplays Месяц назад

    Any idea why the devDependencies arent being installed?
    {
    name: 'codeSnippet',
    type: 'registry:ui',
    dependencies: ['react-syntax-highlighter'],
    registryDependencies: ['alert-dialog', 'button'],
    devDependencies: ['@types/react-syntax-highlighter'],
    files: [
    {
    path: 'ui/codeSnippet/index.tsx',
    target: 'components/breeze-ui/codeSnippet.tsx',
    type: 'registry:page'
    }
    ]
    }