imfunniee / gitfolio

:octocat: personal website + blog for every github user

Home Page:https://imfunniee.github.io/gitfolio/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Idea] Wrap all the commands in CLI

rohit-gohri opened this issue · comments

A simple CLI using something like commander or any other argv parser (yargs?).
This could have the build, blog, update commands.

Then this could be published to npm too, and one would be able to run it as:
npx gitfolio build --username xxx

I could open a basic PR if this seems like a good idea.

commented

hmm seems like a good idea 😋, create a PR to cli_feature branch

npm -g gitfolio
gitfolio build --name username

Some things to keep in mind before publishing, update package.json with

  • repo information
  • homepage and bugs urls
  • keywords
  • change license to same in repo
  • maybe add email to author field?

More info can be found at https://docs.npmjs.com/files/package.json

commented

cool thx @rohit-smpx