ggondim / ctix

ctix without full file path alias in default exports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ Archived due to new feature proposed in original repository see issue.

## ctix without full file path alias in default export

This package changes default exports generation from ctix:

// instead original ctix:
export { default as srcPathToMyModule } from './src/path/to/MyModule';

// changes to:
export { default as MyModule } from './src/path/to/MyModule';

## Usage

Use npx @ggondim/ctix instead original npx ctix.

About

ctix without full file path alias in default exports

License:MIT License


Languages

Language:TypeScript 94.6%Language:JavaScript 5.4%