Commit Graph

8 Commits

Author SHA1 Message Date
c6e3a1caa3 feat(core): enhance error handling, type safety, and documentation
- Add comprehensive error handling with try/catch blocks and meaningful error messages
- Improve type safety with proper IEnvDeps interface replacing 'any' types
- Add complete JSDoc documentation for all classes and methods
- Add return type annotations for better TypeScript support
- Add ensureInitialized() validation method
- Fix missing return statement in createRepoByClone() method
- Remove deprecated @types/minimatch dependency
- Complete readme rewrite with modern styling, accurate documentation, and proper API examples
- Update license from LICENSE to license.md following project guidelines
2025-08-04 15:12:23 +00:00
a92275088b update 2025-08-04 14:32:04 +00:00
f5617d9d45 fix(core): update 2022-07-31 15:18:04 +02:00
c8d173807d fix(core): update 2022-07-31 15:16:06 +02:00
39ea160fdf fix(core): update 2022-07-31 15:14:18 +02:00
2771413723 BREAKING CHANGE(dependencies): switch to isomorphic git 2021-10-21 19:09:14 +02:00
da16094e36 implement new class approach 2016-11-22 21:49:40 +01:00
6618463e0a update 2016-11-22 00:07:36 +01:00