Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ashirbadgudu/react-jsconfig
- Owner: AshirbadGudu
- Created: 2021-10-08T02:31:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-08T02:46:12.000Z (over 3 years ago)
- Last Synced: 2024-11-30T19:51:44.277Z (about 1 month ago)
- Topics: absolute-imports, create-react-app, jsconfig, npm, react, react-jsconfig, yarn
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/react-jsconfig
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```