Software Alternatives & Reviews

Create your own React icons library and publish to npm automatically

SVGO GitHub Actions Babel
  1. 1
    Tool for optimizing SVG files
    We will use svgo to optimize our SVG icon files since:.

    #Graphic Design Software #Digital Drawing And Painting #Vector Graphic Editor 19 social mentions

  2. Automate your workflow from idea to production
    Pricing:
    • Open Source
    When you have the final dist folder as the result now you can publish this to npm. It can be easily done by login into the npm account via NPM CLI npm login and run the npm publish --access public after that. But I want to leverage GitHub Actions and atlassian/changesets to do this automatically for me.

    #DevOps Tools #Continuous Integration #Continuous Deployment 275 social mentions

  3. 3
    Babel is a compiler for writing next generation JavaScript.
    Pricing:
    • Open Source
    We need some packages in order to transform our SVG files into React SVG components and then convert JSX syntax into CJS and ESM module format. We use babel and svgr.

    #Development Tools #Javascript UI Libraries #JavaScript Framework 134 social mentions

Discuss: Create your own React icons library and publish to npm automatically

Log in or Post with