Socket
Socket
Sign inDemoInstall

@bodiless/webpack

Package Overview
Dependencies
255
Maintainers
5
Versions
453
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @bodiless/webpack

Portable webpack configuration for bodiless sites


Version published
Weekly downloads
11
increased by37.5%
Maintainers
5
Created
Weekly downloads
 

Changelog

Source

1.0.0-rc.42 (2023-06-15)

Bug Fixes

  • Addressing typography feedbacks (bcb15bd)
  • Allow checks write for reusable workflow (#2133) (1036621)
  • chore: Fix tests (258c7da)
  • knapsack-renderer: Fix imports and type issues (02a2825)
  • knapsack: Fix import name (58daa0a)
  • knapsack: Fix knapsack package versions (8f4b6f0)
  • package-lock: Fixing broken lock file (#2123) (220b63e)
  • Preserve package-lock when doing a pre-release (#2134) (f3fa092)

Features

  • chore: Add knapsack specs for Car, Elements, Accordions and templates. Reorganized code to keep specs close to components (6be4f75)
  • chore: address PR fedback (d29d72c)
  • chore: address PR feedback (3797395)
  • chore: Fix Lock File (698d8c3)
  • chore: Generalize KnapsackSpec type and move it to elements (c14f1e6)
  • chore: Run setup to update lock file (62b5934)
  • chore: Update Knapsack (10bf110)
  • clean up commands for heroku deploy (9080ed1)
  • knapsack-renderer, vital-card, vital-elements: Fix type issues, update knapsack packages (37935b2)
  • knapsack: Add repo root (fbfff26)
  • knapsack: Add todo comments (250f93e)
  • knapsack: new site ID vital-ds (d29a745)
  • knapsack: Update site deps (4544a01)
  • vital-card: Code Cleanup (58342c6)

Readme

Source

Bodiless-JS CLI

Usage

$ npm install -g @bodiless/cli
$ bodiless COMMAND
running command...
$ bodiless (-v|--version|version)
@bodiless/cli/0.0.52 darwin-x64 node-v16.9.1
$ bodiless --help [COMMAND]
USAGE
  $ bodiless COMMAND
...

Commands

bodiless help [COMMAND]

display help for bodiless

USAGE
  $ bodiless help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

bodiless pack

Pack and install dependencies from a local monorepo.

USAGE
  $ bodiless pack

OPTIONS
  -f, --force            Install packages even if they are not existing dependencies of the site
  -h, --help             show CLI help

  -p, --package=package  Name of package to bundle. May be specified more than once. If omitted, will bundle all
                         matching dependencies.

  -r, --repo=repo        [default: .] Path to the local lerna monorepo, relative to the current directory. Must contain
                         the package source in a `packages` directory.

  -s, --site=site        [default: .] Path to the site into which you wish to install packages, relative to the current
                         directory.

  --dry-run              Do not pack or install. Just show list of matching packages.

  --skip-install         Only pack, do not install.

EXAMPLES
  $ bodiless pack -r /path/to/local/monorepo
  $ bodiless pack -s /path/to/site

See code: lib/commands/pack.js

FAQs

Last updated on 15 Jun 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc