Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adds ampx/Amplify Gen 2 commands #2488

Merged
merged 3 commits into from
Dec 31, 2024
Merged

adds ampx/Amplify Gen 2 commands #2488

merged 3 commits into from
Dec 31, 2024

Conversation

ykethan
Copy link
Contributor

@ykethan ykethan commented Oct 22, 2024

@withfig-bot
Copy link
Collaborator

withfig-bot commented Oct 22, 2024

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@withfig-bot
Copy link
Collaborator

Overview

src/npx.ts:

Info:

Single Functions:

postProcess:

 function (out) {
        const cli = [...npxSuggestions].reduce(
          (acc, { name }) => [...acc, name],
          []
        );
        return out
          .split("\n")
          .filter((name) => !cli.includes(name))
          .map((name) => ({
            name,
            icon: "fig://icon?type=command",
            loadSpec: name,
          }));
      }

URLs:

  • https://vitejs.dev/logo.svg
  • https://raw.githubusercontent.com/babel/logo/master/babel.png
  • https://reactnative.dev/img/pwa/manifest-icon-512.png
  • https://reactnative.dev/img/pwa/manifest-icon-512.png
  • https://tailwindcss.com/favicons/favicon-32x32.png
  • https://nextjs.org/static/favicon/favicon-16x16.png
  • https://raw.githubusercontent.com/nuxt/framework/main/docs/public/icon.png
  • https://raw.githubusercontent.com/pmndrs/branding/master/logo.svg
  • https://raw.githubusercontent.com/prisma/docs/main/src/images/favicon-16x16.png
  • https://raw.githubusercontent.com/eslint/eslint.org/main/src/static/icon-512.png
  • https://prettier.io/icon.png
  • https://upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Typescript_logo_2020.svg/240px-Typescript_logo_2020.svg.png
  • https://avatars.githubusercontent.com/u/20165699?s=200&v=4
  • https://fig.io/icons/fig-light.png
  • https://fig.io/icons/fig-light.png
  • https://fig.io/icons/fig-light.png
  • https://fig.io/icons/fig-light.png
  • https://nextjs.org/static/favicon/favicon-16x16.png
  • https://create.t3.gg/favicon.svg
  • https://discordjs.dev/favicon-32x32.png
  • https://raw.githubusercontent.com/remotion-dev/remotion/main/packages/docs/static/img/logo-small.png
  • https://raw.githubusercontent.com/remotion-dev/remotion/main/packages/docs/static/img/logo-small.png
  • https://remix.run/favicon-light.1.png
  • https://remix.run/favicon-light.1.png
  • https://playwright.dev/img/playwright-logo.svg
  • https://raw.githubusercontent.com/preset/preset/main/.github/assets/logo.svg
  • https://raw.githubusercontent.com/mikro-orm/mikro-orm/master/docs/static/img/favicon.ico
  • https://capacitorjs.com/docs/img/meta/favicon.png
  • https://capacitorjs.com/docs/img/meta/favicon.png
  • https://avatars.githubusercontent.com/u/25686615?s=200&v=4
  • https://stenciljs.com/assets/icon/favicon.ico
  • https://static1.smartbear.co/swagger/media/assets/swagger_fav.png
  • https://static1.smartbear.co/swagger/media/assets/swagger_fav.png
  • https://s1.wp.com/i/webclip.png
  • https://astro.build/favicon.svg
  • https://raw.githubusercontent.com/aws-amplify/docs/refs/heads/main/public/favicon.ico

src/ampx.ts:

Info:

@withfig-bot
Copy link
Collaborator

Hello @ykethan,
thank you very much for creating a Pull Request!
Here is a small checklist to get this PR merged as quickly as possible:

  • Do all subcommands / options which take arguments include the args property (args: {})?
  • Are all options modular? E.g. -a -u -x instead of -aux
  • Have all other checks passed?

Please add a 👍 as a reaction to this comment to show that you read this.

@ykethan
Copy link
Contributor Author

ykethan commented Oct 22, 2024

I have read the CLA Document and I hereby sign the CLA

withfig-bot added a commit that referenced this pull request Oct 22, 2024
@grant0417 grant0417 merged commit 1f6d343 into withfig:master Dec 31, 2024
5 checks passed
@withfig withfig locked and limited conversation to collaborators Dec 31, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants