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

@alfred/cli

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

@alfred/cli

A Modular Toolchain

  • 0.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

@alfred/cli

Usage

# Creating a new project
alfred new my-lib --lib
alfred new my-lib --lib --browser
alfred new my-app
cd my-app

# Built-in Subcommands
alfred new
alfred learn
alfred skills
alfred clean
alfred run start
alfred run build
alfred run build --prod
alfred run format
alfred run test

# Planned Built-in Subcommands

# Run CI tasks (lint, build, test)
alfred run ci

# List all targets
alfred targets

# Run command for specific entrypoints
alfred entrypoint app.lib run build

# Publish all entrypoints
alfred run publish

# Publish browser library to NPM
alfred entrypoint lib.browser publish

# Publish app to GitHub pages
alfred learn @alfred/skill-github-pages
alfred entrypoint app.browser publish

# Other commandss
alfred search

# Generate documentation for your project
alfred run docs

# Upgrade your code to latest es version
alfred run migrate

# Type check your code
alfred run types

# Build using webpack skill
alfred learn @alfred/skill-webpack
alfred run build

# Learning multiple skills
alfred learn @alfred/skill-angular @alfred/skill-redux

# See docs for more commands
# https://alfred.js.org/docs/cli

Keywords

FAQs

Package last updated on 21 Jun 2020

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