Commit Graph

117 Commits

Author SHA1 Message Date
Allyedge
48990d5732 v0.1.2 changelog v0.1.2 2022-06-06 10:50:23 +02:00
Allyedge
d60da9fd3b v0.1.2 2022-06-06 10:43:47 +02:00
Allyedge
9cead56a35 feat: add extra command 2022-06-06 10:43:23 +02:00
Allyedge
e9560e8874 refactor: revert back to v0.1.1 2022-06-06 10:20:38 +02:00
EvolutionX
336d31a16d ci: update import gpg version 2022-06-05 10:26:29 +05:30
EvolutionX
dbe56fa8d9 ci: final edit release.yml 2022-06-05 10:21:12 +05:30
EvolutionX
5bc0ac68bd ci: update .goreleaser.yml 2022-06-05 10:11:57 +05:30
EvolutionX
c43f6c5a31 fix(ci): updated configuration of go releaser 2022-06-05 09:02:06 +05:30
EvolutionX
c648e0560b chore: release 0.1.2 2022-06-04 23:41:50 +05:30
EvolutionX
b9286cb45a ci: signing builds 2022-06-04 23:36:15 +05:30
Allyedge
5d7dd98c45 feat: update CLI version command 2022-06-03 13:57:49 +02:00
Evo
60aa5263a3 docs(changelog): remove standard-version 2022-06-03 10:14:19 +05:30
Allyedge
a74657d2b1 v0.1.1 v0.1.1 2022-06-02 22:12:33 +02:00
Allyedge
b92bf721c8 chore: update workflows 2022-06-02 15:22:39 +02:00
Allyedge
5864b9f023 docs: update readme 2022-06-02 14:55:24 +02:00
Allyedge
c7c295d413 chore: set goreleaser to new tag v0.1.0 2022-06-02 14:12:06 +02:00
Allyedge
860960813f feat: update release.yml 2022-06-02 13:47:48 +02:00
Allyedge
dd355ae76e v0.1.0 2022-06-02 13:42:08 +02:00
Allyedge
a1938d092b refactor: clean up release branches 2022-06-02 13:06:37 +02:00
EvolutionX
93dc560e9d style(*): fixed prettier issues 2022-06-02 16:33:17 +05:30
Evo
5211ce1c7b ci(release): tryna fix release ci (#34)
* ci(release): try to fix the workflow

* chore: add actions branch

* chore: hmm

* chore(release): yeah
2022-06-02 06:39:29 +02:00
Allyedge
57c928240b feat: remove JS linter 2022-06-01 19:49:37 +02:00
Allyedge
93b74ec0a9 feat: remove JS codeql 2022-06-01 19:48:29 +02:00
Allyedge
bf4bd7a868 refactor: update release.yml 2022-06-01 19:42:02 +02:00
Allyedge
f619768bc1 refactor: update package.json 2022-06-01 19:40:40 +02:00
Allyedge
8d32cad01e feat: add go-npm, not finished yet 2022-06-01 19:38:39 +02:00
Allyedge
f7a430d979 feat: add rename package.json, finish init 2022-06-01 19:12:39 +02:00
Allyedge
159cf3f756 style: go mod tidy 2022-05-31 21:25:05 +02:00
Allyedge
f5a4771c37 style: code organization 2022-05-31 21:24:41 +02:00
Allyedge
34c27bd910 feat: add good looking logs 2022-05-31 20:48:17 +02:00
Allyedge
d45f3e04e2 feat: finish initialize, needs better logs 2022-05-31 19:05:45 +02:00
Allyedge
e7abf64230 feat: add install template, needs more features 2022-05-31 15:41:16 +02:00
Allyedge
d37af7762a feat: switch to survey and add all prompts 2022-05-30 12:22:58 +02:00
Allyedge
7d84a82a50 feat: add components to init - wip 2022-05-29 20:57:29 +02:00
Allyedge
b8dfa6891a feat: add init command, needs functionality 2022-05-29 20:13:43 +02:00
Allyedge
321b537a4d feat(go): start rewrite in go 2022-05-29 19:55:20 +02:00
renovate[bot]
765771f759 chore(deps): lock file maintenance (#27)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-19 18:20:21 +00:00
renovate[bot]
811313e3f7 chore(deps): update dependency standard-version to v9.5.0 (#26)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-19 23:47:28 +05:30
EvolutionX
b5dcdc97bc style: pretty 2022-05-16 12:00:11 +05:30
EvolutionX
cc410bd370 fix: no more error when selecting js 2022-05-16 11:14:12 +05:30
Evo
d9390a84e6 docs: add stats 2022-05-16 09:01:36 +05:30
EvolutionX
ebe72c98bd chore: renovate stuff 2022-05-14 12:36:22 +05:30
EvolutionX
d5097acf1f chore: add script fix and pretty readme 2022-05-14 12:32:51 +05:30
Evo
7535a5e026 feat: Added version command & created readme (#25)
* feat: Created help command

* fix: Fixed a typo in version command

* feat: Added version command to index.js & changed export type to default

* chore: Updated version command

* chore: Updated help command

* chore: Updated init command

* feat: Added version shortcut command

* docs: Created README

* chore: Added what @jacobees wanted

* docs: Changed the README description

* docs: Updated README

* docs: Fix what Evo wanted

* revert: Reverted what Evo wanted

* revert: Reverting default export

* revert: Reverting the default export

* revert: Reverted the default export

* feat: Version is now come from package.json

* fix: Fixed experimental error

* chore: Updated what evo wanted

* refractor: Changed v to flag

* feat(v): use flags

* docs: some stuff

Co-authored-by: xxDeveloper <77380166+Murtatrxx@users.noreply.github.com>
2022-05-14 12:24:10 +05:30
EvolutionX
5f360c5852 style: prettier things 2022-05-14 09:50:28 +05:30
qxb3
7b1d53520f feat(skip): option to skip package manager selection (#20)
* feat: ability to skip package manager selection

* fix: add option to skip too when you dont have both pm

* fix: both work on npm/yarn on skip part

* fix(init): fix typo

Co-authored-by: Evo <85353424+EvolutionX-10@users.noreply.github.com>
2022-05-14 09:42:44 +05:30
EvolutionX
b366cb4af4 ci: pretty 2022-05-14 09:35:08 +05:30
EvolutionX
5ed96b88c3 style: pretty 2022-05-14 09:32:33 +05:30
Evo
88893a35cd fix: no more crashing cli if yarn isnt present (#24)
* fix: no more crashing cli if yarn isnt present

* chore: add .idea to gitignore

* chore: fix position of .idea

Co-authored-by: jacoobes <jacobnguyend@gmail.com>
2022-05-13 23:57:58 +05:30
Evo
85381e13a4 ci: this shit is killing me 2022-05-13 11:43:53 +05:30