Skip to content

Commit

Permalink
feat: add nanotar package (#204)
Browse files Browse the repository at this point in the history
Co-authored-by: barbapapazes <[email protected]>
  • Loading branch information
github-actions[bot] and Barbapapazes authored Dec 28, 2023
1 parent cf3c797 commit d3e26ae
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/packages-redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,13 @@ export default {
},
},

'/nanotar': {
redirect: {
to: '/packages/nanotar',
statusCode: 302,
},
},

'/nitro': {
redirect: {
to: '/packages/nitro',
Expand Down
10 changes: 10 additions & 0 deletions content/4.packages/nanotar.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
title: nanotar
description: Tiny and fast Tar utils for any JavaScript runtime!
github:
owner: unjs
repo: nanotar
npm:
name: nanotar
playgrounds:
documentation: https://github.com/unjs/nanotar
layout: package
35 changes: 35 additions & 0 deletions public/assets/logos/nanotar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d3e26ae

Please sign in to comment.