Skip to content

Commit b069344

Browse files
authored
Add Hatch
1 parent 5afe132 commit b069344

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

frontend/src/initialToolData.tsx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,19 @@ const _initialToolData: Tool[] = [
104104
dependsOn: ['pip', 'virtualenv'],
105105
name: 'poetry',
106106
},
107+
{
108+
features: [
109+
'publish packages',
110+
'build packages',
111+
'application deployment',
112+
'task automation',
113+
'virtual environment management',
114+
],
115+
toolDescription: `Hatch is a tool for managing the entire lifecycle of a project including creation, versioning, building, environment management, and publishing. Its plugin system allows for easily extending functionality.`,
116+
useCases: [],
117+
dependsOn: ['pip', 'virtualenv'],
118+
name: 'hatch',
119+
},
107120
{
108121
features: [
109122
'virtual environment management',

0 commit comments

Comments
 (0)