Skip to content

dills122/Pokemon-FS

Repository files navigation

Pokemon : File System Edition

CI Job CodeFactor

Logo Image

Welcome to NTFS, an uncharted area in the Pokémon universe, where nothing is like you know. NTFS is a virtual Pokémon world full of adventures throughout your file system. Explore directories in search of that rare pokemon and have a hell of a lot of fun along the way.

Getting Started (Dev)

To install and run the development edition you need to install this app globally.

npm install -g {workingDir}\Catch-Em-All

Example Commands

# Running local (only good for testing out)
node ./catchem.js search

# Running globally
catchem search

Once the search command is activated, the rest of the interaction is through interactive prompts.

Searching

Currently the only command supported is search, which allows you to attempt to find pokemon to capture. If one is found, luck may have it that it'll want to pair up and join you on your journey.

Remove the dust from those unseen folders and catch a pokemon.

Tech Used