How to Install snap-templates in Ubuntu 18.04



Install snap-templates by entering the following commands in the terminal:

sudo apt update
sudo apt install snap-templates

Description:

scaffolding CLI for the Snap Framework

This is the Scaffolding CLI for the official Snap Framework libraries. It includes: . * The "snap-framework" executable program for generating starter projects . To get started, issue the following sequence of commands: . $ apt-get install snap-templates $ mkdir myproject $ cd myproject $ snap-framework init

Homepage: http://snapframework.com/

Version: 1.0.0.0-4

Section: universe/haskell