https://github.com/nichitaa/fs-cli
CLI for file-system commands
https://github.com/nichitaa/fs-cli
cli fs inquirer nodejs-typescript
Last synced: 21 days ago
JSON representation
CLI for file-system commands
- Host: GitHub
- URL: https://github.com/nichitaa/fs-cli
- Owner: nichitaa
- Created: 2021-11-08T09:42:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-10T19:21:39.000Z (almost 4 years ago)
- Last Synced: 2025-08-01T13:42:25.038Z (2 months ago)
- Topics: cli, fs, inquirer, nodejs-typescript
- Language: TypeScript
- Homepage:
- Size: 460 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
> Pasecinic Nichita - FAF 192
>
> 07.11.2021
>
> CLI - with some default file system functionalities that a SO would have.To install:
```bash
$ git clone
$ cd fs-cli # cd into the root of the project$ npm run build
$ # or
$ tsc # compile it
$ npm i -g . # install the cli globally
$ so --help # check that it works
```Available commands:
```bash
$ # ldir - list the content of current working directory
$ so ldir$ # ndir - create new folder in current working directory
$ so ndir newFolder/otherFolder$ # nfile - create new file in current working directory
$ so nfile index.ts
```