Skip to content

Commit a074641

Browse files
authored
Merge pull request #41 from ofek/patch-1
Add Hatch
2 parents 5afe132 + ef00389 commit a074641

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

backend/githubData.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ const tools = [
5151
name: "poetry",
5252
owner: "python-poetry",
5353
},
54+
{
55+
name: "hatch",
56+
owner: "ofek",
57+
},
5458
{
5559
name: "pipenv",
5660
owner: "pypa",

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)