aufbau-files

v0.2.0
A simple aufbau app for downloading files.
aufbau

Aufbau files

A simple Aufbau app for downloading files.

Setup

Fork this repository and add your own files to the files/ folder.

Including in your Aufbau app

Generally, you wouldn't publish this repository to npm so you include it your Aufbau package.json with <github-username>/<repo-name>. You can also add a commit sha preceeded by a # if you want to keep it versioned.

Then the following to your apps.json. If you've changed the name of the repo, make sure packageName corresponds to the new name

{
    "displayName": "Files",
    "package": {
      "aufbau-files": "ajam/aufbau-files"
    },
    "indexPath": "src/index.html",
    "buildCmd": "npm run build"
}
npm i aufbau-files

Metadata

  • MIT
  • Whatever
  • Michael Keller
  • released 9/2/2015

Downloads

Maintainers