# typescsript-import-creator

> This package creates a typescript file with all files imported from a specific directory

Latest version **1.0.6** (published 2020-04-17) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install typescsript-import-creator
pnpm add typescsript-import-creator
yarn add typescsript-import-creator
bun add typescsript-import-creator
```

Provides the command `typescriptimport`.

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.0.6 |
| Published | 2020-04-17 |
| First published | 2020-04-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=6 |
| Dependencies | 2 |
| Unpacked size | 7.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Sakkie van Zyl |
| Maintainers | sakkie |
| Keywords | typescirpt-import |

## Links

- npm: https://www.npmjs.com/package/typescsript-import-creator
- Repository: https://github.com/Sakkie89/typescript-import-creator
- Homepage: https://github.com/Sakkie89/typescript-import-creator#readme
- Issues: https://github.com/Sakkie89/typescript-import-creator/issues
- npm.io page: https://npm.io/package/typescsript-import-creator

## Dependencies (2)

- [path](https://npm.io/package/path.md) ^0.12.7
- [commander](https://npm.io/package/commander.md) ^5.0.0

## Recent versions

- 1.0.6 (latest) — 2020-04-17
- 1.0.5 — 2020-04-17
- 1.0.4 — 2020-04-17
- 1.0.3 — 2020-04-17
- 1.0.2 — 2020-04-17
- 1.0.1 — 2020-04-17
- 1.0.0 — 2020-04-16

## README

# Typescript Import

Takes all files in a folder and create a single file that exports all files in the folder.

## Usage

```bash
Usage: typescriptimport [options]


create single export file of multiple files

Options:
    -i, --inputDirectory    input folder to merge into one
    -o, --outputFile        output file
    -e, --exportPath        export directory that is used as reference in the output file
    -V, --version           output the version number
```

examples:

```bash
typescriptimport --inputDirectory ./src/app/enums/separated-enums/ --outputFile ./src/app/enums/enums.ts --exportPath ./separated-enums/
```

## Like it

:star: this repo

## License

[MIT](http://opensource.org/licenses/MIT)

---
_Source: https://npm.io/package/typescsript-import-creator · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
