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

lucy-boot

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lucy-boot

Bootstrap Lucidity, an electron application.

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

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

Lucy Boot Build Status

Part of Lucidity project.

This is the code responsible for handling the top-level electron application (main) process and native GUI. It is a very minimal library to just enable booting the application. You should usually include lucidity which contains other important libraries such as the runtime, live coding and composition support.

Currently, there are no customization settings.

Installation

npm install lucy-boot --save

Setup

Once installed, create an 'index.js' file in the root directory with:

require ( 'lucy-boot' )
.boot ()

Now you can start Lucidity from within the root directory:

electron .

Note: you can install electron with

npm install -g electron-prebuilt

Tests

npm test

Contributing

Please use 'jessy style'.

Add unit tests (when possible) for any new or changed functionality.

Release History

  • 0.1.1 (2015-09-22) Fixed pipe errors, working gallery.
  • 0.1.0 (2015-09-02) Initial release.

Keywords

FAQs

Package last updated on 22 Sep 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