require-anywhere

It's cool to use NodeJS modules in Atom DevTools

ksxatompackages

1,373

5

2.0.7

MIT

GitHub

require-anywhere

Installation

Using Atom

Just go to Settings (Ctrl+,) → Install, then search require-anywhere, and click Install

Using apm

apm install require-anywhere

Using git + apm + npm

git clone https://github.com/ksxatompackages/require-anywhere
apm link ./require-anywhere
apm develop require-anywhere ./require-anywhere
cd ./require-anywhere
npm install

Features and Usage

Some directories are added by default

In Windows

Include all paths that match ${left}\${mid}\${right} or ${left}\${right}, where:

In Linux, Mac OS

Include all paths that match ${left}/${right}, where:

Users can also add more paths by settings

Just go to Settings (Ctrl+,) → Packages → require-anywhere, then do something

You need to reload Atom to apply settings

License

MIT License