jrTilak / lazykit

Refine your JavaScript workflows with Lazykit. A concentrated collection of lean utility functions, not a bloated library.
https://lazykit.thapatilak.com.np
MIT License
6 stars 2 forks source link

BUG: Shows version twice after project init #79

Closed jrTilak closed 3 months ago

jrTilak commented 3 months ago

Describe the bug image

To Reproduce Init a project using npx @jrtilak/lazykit@latest init

Expected behavior Show show version number only once.

mxthxngx commented 3 months ago

Hey @jrTilak could I take this up? If yes, could you give me some information about how I can run it locally to see if the issue is fixed (First time Open source contributor :P )

jrTilak commented 3 months ago

Yes absolutely!

I suppose you might know the basic setup step. For cli specifically after installing dependencies

  1. To watch the changes for cli and start development server.
    pnpm run watch:cli
  2. To install the package locally for testing
    cd src/cli
    npm i -g

And now you can use the lazykit cli using lazykit as command name which will be executing from you local codebase. Any changes in your codebase will be reflected

And for the issue

let me know if you face any isssues

jrTilak commented 3 months ago

as per #80