Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aufbau

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aufbau

A desktop app that loads a hand-curated, artisanal selection of local web apps.

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

Aufbau

A desktop app that loads a hand-curated, artisanal selection of local web apps.

What's it for?

This app is aimed at being a collection of tools that you want access to all in one place. Each app needs an index.html flat file endpoint and for that project to be added to the main Aufbau package.json. If an app requires any additional build step, put that command, usually npm run build in the apps.json file under the buildCmd key. See more info in Configuration below.

Configuration

Change the name of apps.sample.json to apps.json and fill out the information for your app. Here's a sample json object for Chartbuilder

[
	{
		"displayName": "Chartbuilder",
		"packageName": "chartbuilder",
		"indexPath": "build/index.html",
		"buildCmd": "npm run build",
		"icon": "chartbuilder.png"
	}
]

Currently, it only supports one build command. That is to say, you can't do something like gulp && npm run build.

Development

$ npm install
$ npm start

Build apps

After you've added a new app to apps.json that has a build process, run the following:

$ npm run build-apps

This will run npm install and any specified build commands on those modules. npm install is required in case dev dependencies are required to build.

Build the binaries

$ npm run build

Builds the app for OS X, Linux, and Windows, using electron-packager.

What's Aufbau mean?

Aufbau means "to build up" in German. The Aufbau principle is the process by which electrons fill orbital levels around an atom's nucleus. Because this app is about building a collection of Electron apps, it seemed appropriate.

License

MIT © mhkeller

Keywords

FAQs

Package last updated on 28 Jul 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc