UNPKG

create-git

Version:

Initalize a git repository with some helpful extras

63 lines (36 loc) 3.66 kB
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ### [1.2.2](https://github.com/wesleytodd/create-git/compare/v1.2.1...v1.2.2) (2023-12-29) ### Bug Fixes * properly pass options for remote prompt ([a19caa0](https://github.com/wesleytodd/create-git/commit/a19caa0d93653ad0724f7fef6f31f58685aa4d79)) ### [1.2.1](https://github.com/wesleytodd/create-git/compare/v1.2.0...v1.2.1) (2023-12-29) ### Bug Fixes * used wrong group in prompt ([aaf6404](https://github.com/wesleytodd/create-git/commit/aaf640425aa7ab7e984e29b2b9636f6979fe9ec3)) ## [1.2.0](https://github.com/wesleytodd/create-git/compare/v1.1.0...v1.2.0) (2023-12-29) ### Features * use promptor for remote origin question ([a4e44b2](https://github.com/wesleytodd/create-git/commit/a4e44b2c4480ab21e0dbc77978837dd853010479)) ## [1.1.0](https://github.com/wesleytodd/create-git/compare/v1.0.0...v1.1.0) (2023-12-29) ### Features * add switchToPrimaryBranch and fix related behaviors ([4476f4c](https://github.com/wesleytodd/create-git/commit/4476f4ceac2d4b4498469ba1cabb5b98e7f7dfdb)) ## [1.0.0](https://github.com/wesleytodd/create-git/compare/v0.1.0...v1.0.0) (2023-11-23) ### ⚠ BREAKING CHANGES * refactor ontop of opta and added assorted flags and features ### Features * added logger and recovery if remote exists ([14a9ee4](https://github.com/wesleytodd/create-git/commit/14a9ee4c9631aeb7774040ec695a36fd54d0406f)) * refactor ontop of opta and added assorted flags and features ([ca8165d](https://github.com/wesleytodd/create-git/commit/ca8165d9a1e9fce420050e670a1b6571774eefcc)) ### Bug Fixes * better remote error handling ([708c326](https://github.com/wesleytodd/create-git/commit/708c326a94f5b2501eebee68c5e138d74d865afe)) * **deps:** fs-extra@11.x ([a1cb8f8](https://github.com/wesleytodd/create-git/commit/a1cb8f8cdcb9fda7fa1b1c12dc5fad2db7e937b0)) * **deps:** got@11.x ([266daea](https://github.com/wesleytodd/create-git/commit/266daeadb0e7e113c40dc44285c07de15cd895f1)) * **deps:** inquirer@8.x ([a109e6f](https://github.com/wesleytodd/create-git/commit/a109e6f710e09447a4af6dfcecbefa9b62e5045c)) * **deps:** loggerr@^3.3.0 ([fef84f6](https://github.com/wesleytodd/create-git/commit/fef84f6c10ce173a0e513dbdfeb2ee7858968f6a)) * **deps:** loggerr@3.0.0 ([9be89d1](https://github.com/wesleytodd/create-git/commit/9be89d1d4d849d66595eb3a21342d6f59ce83683)) * **deps:** opta@0.0.6 ([75905b7](https://github.com/wesleytodd/create-git/commit/75905b7e8685cdd157986449efe6a94b8988c3c5)) * **deps:** opta@1.x ([165f04c](https://github.com/wesleytodd/create-git/commit/165f04c8a79eddc52677f7be46bce623012ced8c)) * **deps:** safe-parse-list@^0.1.1 ([b5a7d70](https://github.com/wesleytodd/create-git/commit/b5a7d70c5017f186d09be04511700a2bf8b1ac44)) * **dev:** c8@8.x ([6164aa7](https://github.com/wesleytodd/create-git/commit/6164aa7ee3ae25a20f44fe01f324f03d59775b80)) * **dev:** fs-test-fixtures@^0.1.4 ([d0a742e](https://github.com/wesleytodd/create-git/commit/d0a742e3aa1024574623b237122fe44152fc96ae)) * **dev:** mocha@10.x ([8b69d3a](https://github.com/wesleytodd/create-git/commit/8b69d3a2651b5abc7d3db1e141781d5f7ee2b707)) * **dev:** standard-version@^9.5.0 ([b926495](https://github.com/wesleytodd/create-git/commit/b926495e2944beb025321abce5726518faeee0cd)) * **dev:** standard@17.x ([c895237](https://github.com/wesleytodd/create-git/commit/c895237ea26d8ce246aec92da35a14d207c21505)) * **test:** updated node test matrix ([2c21a3b](https://github.com/wesleytodd/create-git/commit/2c21a3b6ba68eb3d741e04ca80750f2ea6ef9bf5))