Ramu Narasingaramunarasinga.hashnode.dev·Jul 8, 2024shadcn-ui/ui codebase analysis: How does shadcn-ui CLI work? — Part 2.8I wanted to find out how shadcn-ui CLI works. In this article, I discuss the code used to build the shadcn-ui/ui CLI. In part 2.7, we looked at function isTypescriptProject this function checks if the cwd (current working directory) has a tsconfig.js...DiscussJavaScript
Waleed Javedwaleed.hashnode.dev·Jan 25, 2024Creating Node.js CLI Tool That Generates Type Specific DataWe will walk through the process of creating a Node.js Command-Line Interface (CLI) tool that generates random data using the faker library. Additionally, we'll enhance the output using the chalk library to add color and style to the command-line int...Discuss·36 readsfakerjs