An open API service indexing awesome lists of open source software.

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

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