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

aluminum-cli

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aluminum-cli

Command-line interface for Aluminum.

  • 0.1.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Aluminum CLI

Command-line interface for Aluminum.

Installation

npm install -g aluminum-cli

Usage

init

al init

Guides you through creating the package.json manifest for a new Aluminum app. You can use it by itself or in combination with npm init.

run

al run|r [app]

Runs the given app. If none is specified, defaults to the current working directory.

pack

al pack|p [options] <app>

Builds an executable application package for the given app. This package is what you should distribute to your users. By default, generates a package for the current platform.

--output <dir> — outputs packages in the given directory; defaults to ./build
--zip — generates a zip file for each executable
--all — builds for all supported platforms
--win, --osx, --osx32, --linux64, --linux32 — builds for a specific platform

Keywords

FAQs

Package last updated on 19 Oct 2014

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