January 2018
Intermediate to advanced
336 pages
7h 56m
English
Pedestal provides a Leiningen (https://leiningen.org/) template named pedestal-service to create a new project with the required dependencies and directory layout for a Pedestal service. To create a new project using the template, use the lein command with the template name and a project name as shown here:
# Create a new project 'pedestal-play' with template 'pedestal-service'% lein new pedestal-service pedestal-playRetrieving pedestal-service/lein-template/0.5.3/lein-template-0.5.3.pom from clojarsRetrieving pedestal-service/lein-template/0.5.3/lein-template-0.5.3.jar from clojarsGenerating a pedestal-service application called pedestal-play.
The lein command will create a new directory with the specified project ...
Read now
Unlock full access