https://github.com/larsdouweschuitema/auto-export-components
Auto Export Components
https://github.com/larsdouweschuitema/auto-export-components
angular automation components export import javascript react vue
Last synced: 2 months ago
JSON representation
Auto Export Components
- Host: GitHub
- URL: https://github.com/larsdouweschuitema/auto-export-components
- Owner: larsdouweschuitema
- License: mit
- Created: 2020-08-10T19:23:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T09:11:26.000Z (almost 6 years ago)
- Last Synced: 2025-10-24T13:42:39.405Z (8 months ago)
- Topics: angular, automation, components, export, import, javascript, react, vue
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
Auto Export Components
Automatic importing & exporting of JavaScript components within the components directory.
Can be used with Vue, React, Angular etc.
## Table of contents
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Licenses](#licenses)
- [Contributing](#contributing)
## Prerequisites
Make sure you have installed all of the following prerequisites on your development machine:
- Node.js v10.21.0 - [Download & Install Node.js](https://nodejs.org/en/download/)
- NPM v 6.14.4 [Download & Install NPM](https://www.npmjs.com/get-npm)
## Installation
Install the package
```bash
$ npm i auto-export-components
```
## Usage
```bash
$ npx auto-export-components
```
## Contributing
To contribute to this repository see the [CONTRIBUTING.md](CONTRIBUTING.md) file for details
## Licenses
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details