Commit Graph

14 Commits

Author SHA1 Message Date
Guz013
e775d83ccf refactor: ♻️ repurpose Cli class to Configs
Renamed Cli to ConfigsProcessor, now the Cli class is purposed to just
parsing the cli arguments and orchestrate other classes
2023-08-03 18:33:58 -03:00
Guz013
c201a25e6e feat: pass packages from cli argument 2023-08-03 17:38:03 -03:00
Guz013
fdad363313 chore(deps): 🔗 make yaml a dependency and not devdep 2023-08-01 10:57:33 -03:00
Guz013
41fd41bef6 feat(cli): project structure detection 2023-07-31 19:01:59 -03:00
Guz013
e1747ee696 fix(deps): 🐛 add missing dependency for changesets 2023-07-21 17:41:38 -03:00
Guz013
5aaaa9ac0e chore: 🔧 rename package 2023-07-21 14:29:48 -03:00
Guz013
2cdb06d209 fix: 🐛 update lockfile 2023-07-20 15:50:58 -03:00
Guz013
80fce1583d fix: 🐛 update package import and lint-staged config 2023-07-20 15:38:52 -03:00
Guz013
318ce17c95 chore(deps): update and add peerDependencies 2023-07-19 16:52:49 -03:00
Guz013
c2b39fb0bf feat: jsdoc eslint 2023-07-19 16:39:24 -03:00
Guz013
f540e1e7e3 feat: automatic workspace config
Added feature to detect automatically monorepos and it's
tsconfig.json and jsconfig.json files
2023-07-17 18:16:35 -03:00
Guz013
67b20e96d8 chore: add nodejs globals
Added nodejs globals to the project for better development.
This will be changed and a config to change the globals will be
added.
2023-07-13 19:05:00 -03:00
Guz013
487ab02c46 feat: add typescript eslint 2023-07-11 19:05:50 -03:00
Guz013
c444ccbe1c chore: initial commit 2023-07-11 14:50:49 -03:00