Skip to content

henrikfredriksson/dbwebb-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dbwebb-updater Build Status Build Status Scrutinizer Code Quality Standard - JavaScript Style Guide CircleCI

A small CLI app to update dbwebb-course repos with .

Requires dbwebb-cli

Configuration

Create a .dbwebb-update in your home directory

{
  "path": "~/dbwebb-kurser/",
  "courses": [
    "databas",
    "design",
    "htmlphp",
    "javascript1",
    "oophp",
    "oopython",
    "python",
    "webapp"
  ]
}

Installation

Install dependencies

yarn install #npm install

Make it executable by running:

$ chmod +x ./src/app.js

or create a single executable file

yarn build # npm run build

Install the application globally by running:

$ installer dbwebb-updater /usr/local/bin/dbwebb-update

Releases

No releases published

Packages

No packages published