Skip to content

abhishekghoshh/feather

Repository files navigation

feather

A light weight dependency framework written in scala

resources

Install required tools

You need to download and install sbt for this application to run.

brew install coursier/formulas/coursier && cs setup

Once you have sbt installed, the following at the command prompt will start up Play in development mode:

Running in local

sbt run

Play will start up on the HTTP port at http://localhost:9000/. You don't need to deploy or reload anything -- changing any source code while the server is running will automatically recompile and hot-reload the application on the next HTTP request.

Test

sbt test

Create Docker image

./docker-build.sh

Format the specific file only

sbt clean reload compile scalafmtOnly <file-name>

Format all the files (It is not recommended)

sbt clean reload compile scalafmtAll

Format all the sbt configuration files

sbt clean reload compile scalafmtSbt

Apply scalafix rules (scalafix can be removed as it is applied on the compilation time)

sbt clean reload compile scalafix

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published