Skip to content

v3.0.0

Compare
Choose a tag to compare
@masutaka masutaka released this 07 Aug 13:57
· 550 commits to main since this release

Changes from v2.0.1 (detail: v2.0.1...v3.0.0)

[Feature] Change output format

  • Before

    * [v3.0.0 - masutaka/github-nippou](https://github.com/masutaka/github-nippou/issues/59) by masutaka
    * [Enable to inject settings_gist_id instead of the settings - masutaka/github-nippou](https://github.com/masutaka/github-nippou/pull/63) by masutaka **merged!**
    * [Add y/n prompt to sub command \`init\` - masutaka/github-nippou](https://github.com/masutaka/github-nippou/pull/64) by masutaka **merged!**
    * [Add sub command \`open-settings\` - masutaka/github-nippou](https://github.com/masutaka/github-nippou/pull/65) by masutaka **merged!**
    * [Dockerize - masutaka/github-nippou](https://github.com/masutaka/github-nippou/pull/66) by masutaka **merged!**
    
  • After

    ### masutaka/github-nippou
    
    * [v3.0.0](https://github.com/masutaka/github-nippou/issues/59) by masutaka
    * [Enable to inject settings_gist_id instead of the settings](https://github.com/masutaka/github-nippou/pull/63) by masutaka **merged!**
    * [Add y/n prompt to sub command \`init\`](https://github.com/masutaka/github-nippou/pull/64) by masutaka **merged!**
    * [Add sub command \`open-settings\`](https://github.com/masutaka/github-nippou/pull/65) by masutaka **merged!**
    * [Dockerize](https://github.com/masutaka/github-nippou/pull/66) by masutaka **merged!**
    

[Feature] Customizable output format #58 by @ryz310

It should be run the new sub command init.

$ github-nippou init
This command will create a gist and update your `~/.gitconfig`.
Are you sure? [y/n] y
The github-nippou settings was created on https://gist.github.com/ecfa35cb546d8462277d133a91b13be9

And the gist_id was appended to your `~/.gitconfig`. You can
check the gist_id with following command.

    $ git config --global github-nippou.settings-gist-id

It requires gist scope. Update your token on https://github.com/settings/tokens

[Feature] Introduce new sub command open-settings

Open the Gist URL with your web browser

$ github-nippou open-settings
Open https://gist.github.com/ecfa35cb546d8462277d133a91b13be9

[Feature] Dockerize

You can use the dockerized github-nippou via bin/docker-github-nippou.

$ git clone https://github.com/masutaka/github-nippou.git
$ cd github-nippou/bin
$ ./docker-github-nippou help

Misc

  • Add rspec #58 by @ryz310
  • Introduce Travis CI
  • Refactoring