diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..17524ad8 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -287,6 +287,13 @@ export const projectList = [ description: "PowerShell for every system.", tags: ["PowerShell", "Shell", "Cross Platform"], }, + { + name: "Nushell", + imageSrc: "https://avatars.githubusercontent.com/u/50749515?v=4", + projectLink: "https://github.com/nushell/nushell/contribute", + description: "Nushell is a modern shell that treats pipelines as structured data.", + tags: ["Rust", "Shell", "CLI", "Cross Platform"], + }, { name: "Webpack", imageSrc: "https://avatars3.githubusercontent.com/u/2105791?v=3&s=100", @@ -1458,4 +1465,4 @@ export const projectList = [ description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.", tags: ["Python", "Automation", "Configuration Management"], }, -]; \ No newline at end of file +];