https://github.com/dills122/pokemon-fs
Pokemon : File System Edition
https://github.com/dills122/pokemon-fs
cli-game game node-js pokemon-game pokemons typescript
Last synced: 7 months ago
JSON representation
Pokemon : File System Edition
- Host: GitHub
- URL: https://github.com/dills122/pokemon-fs
- Owner: dills122
- License: mit
- Created: 2019-01-10T20:53:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T08:57:05.000Z (over 2 years ago)
- Last Synced: 2025-02-06T11:50:09.625Z (9 months ago)
- Topics: cli-game, game, node-js, pokemon-game, pokemons, typescript
- Language: TypeScript
- Homepage:
- Size: 241 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Pokemon : File System Edition
[](https://github.com/dills122/Pokemon-FS/actions/workflows/ci.action.yml) [](https://www.codefactor.io/repository/github/dills122/pokemon-fs)
![]()
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.
```bash
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
- [Commander](https://github.com/tj/commander.js/)
- [Hasha](https://github.com/sindresorhus/hasha)
- [Inquirer](https://github.com/SBoudrias/Inquirer.js/)
- [app-root-path](https://github.com/inxilpro/node-app-root-path)