8000 GitHub - maheshjindal/fsclient: A native File System Client developed using Scala
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

maheshjindal/fsclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FSClient

This project is a file system implemented in Scala supporting basic commands like ls,cat,cd,echo, mkdir, pwd, rm, touch.

Project Dependencies

  • scala >= 2.13.7
  • jdk >= 1.8
  • sbt >= 1.4.3

The steps to setup Scala and JDK can be found here

Running the Project

  1. Clone the project in your local.
  2. Install all the required project dependencies mentioned above.
  3. Run the following command to compile the project sbt compile.
  4. Invoke the following command to run the project sbt run.

Author

About

A native File System Client developed using Scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0