Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ashirbadgudu/react-jsconfig

react-jsconfig
https://github.com/ashirbadgudu/react-jsconfig

absolute-imports create-react-app jsconfig npm react react-jsconfig yarn

Last synced: about 1 month ago
JSON representation

react-jsconfig

Awesome Lists containing this project

README

        

# `react-jsconfig`

> Creates a jsconfig.json file for absolute import paths with react

## Usage

```bash
npx react-jsconfig
```

## Installation

Install with [npm](https://www.npmjs.com/):

```bash
npm i -D react-jsconfig
```

Install with [yarn](https://classic.yarnpkg.com/en/):

```bash
yarn add -D react-jsconfig
```

## Global Installation

Install with [npm](https://www.npmjs.com/):

```bash
npm i -g react-jsconfig
```

Install with [yarn](https://classic.yarnpkg.com/en/):

```bash
yarn global add react-jsconfig
```

### Now you don't have to prefix this command with npx!

```bash
react-jsconfig
```