khaledosman / react-native-alias-imports

NodeJS CLI script that looks at all subdirectories for package.json files and prints the package.json "name" property as well as the path to the directory. This is helpful if you want to use absolute aliased imports in react-native instead of relative imports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Greenkeeper badge

  1. cd react-native-alias-imports
  2. npm link
  3. check-imports --help
  4. check-imports -r <rootDir> -p

About

NodeJS CLI script that looks at all subdirectories for package.json files and prints the package.json "name" property as well as the path to the directory. This is helpful if you want to use absolute aliased imports in react-native instead of relative imports


Languages

Language:JavaScript 100.0%