All Projects → CVarisco → delete-react-zombies

CVarisco / delete-react-zombies

Licence: other
CLI to search and delete unimported 🧟components in your react ⚛️ files

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
shell
77523 projects

Projects that are alternatives of or similar to delete-react-zombies

Yoshino
A themable React component library!Flexible Lightweight PC UI Components built on React! Anyone can generate easily all kinds of themes by it!
Stars: ✭ 216 (+208.57%)
Mutual labels:  react-component, react-components
shared-react-components-example
An example of a mono-repository of shared React components libraries!
Stars: ✭ 85 (+21.43%)
Mutual labels:  react-component, react-components
React Native demo
react-native实现网易新闻和美团,实现大部分页面。使用最新的react-navigation等组件,同时支持安卓和iOS设备。
Stars: ✭ 237 (+238.57%)
Mutual labels:  react-component, react-components
React Splitters
React splitter component, written in TypeScript.
Stars: ✭ 127 (+81.43%)
Mutual labels:  react-component, react-components
tiny-ui
⚛️ A friendly UI component set for React.js
Stars: ✭ 202 (+188.57%)
Mutual labels:  react-component, react-components
React Border Wrapper
A wrapper for placing elements along div borders.
Stars: ✭ 147 (+110%)
Mutual labels:  react-component, react-components
React-Jupyter-Viewer
A react component to embed .ipyb notebooks in a blog or something
Stars: ✭ 50 (-28.57%)
Mutual labels:  react-component, react-components
React Xmasonry
Simple, minimalistic and featured native masonry layout for React JS.
Stars: ✭ 62 (-11.43%)
Mutual labels:  react-component, react-components
git-issue-react-electronjs
⚙️. ⚛️. A desktop application created with Electronjs and Reactjs to be cross-platform to manage and track GitHub issues.
Stars: ✭ 21 (-70%)
Mutual labels:  react-component, react-components
Registration-and-Login-using-MERN-stack
Simple Registration and Login component with MERN stack
Stars: ✭ 210 (+200%)
Mutual labels:  react-component, react-components
React Structured Data
React Structured Data provides an easy way to add structured data to your React apps
Stars: ✭ 120 (+71.43%)
Mutual labels:  react-component, react-components
animation-wrapper-view
Declarative animations with imperative controls for RN/RNW.
Stars: ✭ 53 (-24.29%)
Mutual labels:  react-component, react-components
React Lazy
Universal lazy loader components using IntersectionObserver for React
Stars: ✭ 118 (+68.57%)
Mutual labels:  react-component, react-components
Video React
A web video player built for the HTML5 world using React library.
Stars: ✭ 2,227 (+3081.43%)
Mutual labels:  react-component, react-components
React Cassette Player
Simple ReactJS HTML5 audio player component built with SVG icons from The Noun Project.
Stars: ✭ 93 (+32.86%)
Mutual labels:  react-component, react-components
awesome-web-react
🚀 Awesome Web Based React 🚀 Develop online with React!
Stars: ✭ 31 (-55.71%)
Mutual labels:  react-component, react-components
Base
React-UI-Kit - frontend library with ReactJS components
Stars: ✭ 18 (-74.29%)
Mutual labels:  react-component, react-components
React Absolute Grid
An absolutely positioned, animated, filterable, sortable, drag and droppable, ES6 grid for React.
Stars: ✭ 910 (+1200%)
Mutual labels:  react-component, react-components
best-of-react
🏆 A ranked list of awesome React open-source libraries and tools. Updated weekly.
Stars: ✭ 364 (+420%)
Mutual labels:  react-component, react-components
fluent-windows
🌈 React components that inspired by Microsoft's Fluent Design System.
Stars: ✭ 122 (+74.29%)
Mutual labels:  react-component, react-components

delete-react-zombies

npm version npm

CLI to search and delete unimported 🧟 components in your react files

delete-react-zombies

Install

$ npm install delete-react-zombies

Usage

$ delete-react-zombies

Options:

  • --path define the path where search zombies (default=process.cwd)
  • --verbose show in the console the file content to be deleted
  • --force don't ask confirm before delete files.

How it works

The package create a list of components in your application. Based on that, the library search in your files content the keyword import ${componentName}, where the componentName variable is the name of the component that is exported.

Contributing

Check the issue list to contribute on some activities or to advice new features! The library is open to everybody, contribute improve your skills.

delete-react-zombies is maintained under the Semantic Versioning guidelines.

Use npm run build:ts while coding.

License

MIT © Christian Varisco

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].