susnux / fe-tools

A monorepo with series of helpful tools designed for frond-ends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FE Tools

This is a monorepo with series helpful tools designed for frond-ends. The source code is located under packages folder, prefer to check corresponding directory or click the link for more information.

Command Line Tools

  • circular-dependency-scanner - Out-of-box circular dependencies detector, with both JavaScript API and Command Line Tool built in, support all file types we used in common like .js,.jsx,.ts,.tsx,.mjs,.cjs,.vue.
  • component-scanner - Cross-framework and simple web system component scanner, support vue(html, pug template), react, jsx, tsx, help counting component usage.

Vite Ecosystem

  • vite-plugin-lib-inject-css - Inject css at the top of each chunk file in library mode using import statement, support multi-entries build, especially to help building component libraries.

About

A monorepo with series of helpful tools designed for frond-ends

License:MIT License


Languages

Language:TypeScript 89.9%Language:JavaScript 7.7%Language:Vue 2.0%Language:Shell 0.3%