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

@webundsoehne/brownie

Package Overview
Dependencies
Maintainers
0
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webundsoehne/brownie

A CLI that automatically merges the desired skeleton and generates the docker-compose to run on development versions.

  • 5.0.28
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Web und Söhne - Logo

Web & Söhne is Austria's leading expert in programming and implementing complex and large web projects.

@webundsoehne/brownie

Version Downloads/week Dependencies semantic-release

Description

Brownie will help scaffold @nrwl/nx projects, create a custom workspace compatible with internal Web&Söhne projects, generate basic docker configuration and gitlab-ci configuration.

  • Changelog

Commands

brownie ci

Create a gitlab ci configuration from known NX configuration.

USAGE
  $ brownie ci

DESCRIPTION
  Create a gitlab ci configuration from known NX configuration.

ALIASES
  $ brownie ci

brownie docker

Create docker-compose configuration from boilerplates.

USAGE
  $ brownie docker [-f] [-o <value>] [-v] [-e] [-F <value>] [-V <value>] [-F <value>]

FLAGS
  -F, --file=<value>            [default: docker-compose.yml] Compose file path.
  -F, --files-folder=<value>    [default: files] Output to included folder.
  -V, --volumes-folder=<value>  [default: volumes] Output to volumes folder.
  -e, --expose                  Expose ports from the container.
  -f, --force                   Force overwrites.
  -o, --output=<value>          [default: .docker] Output folder for the Docker files.
  -v, --volume                  Use optional persistent volumes with the containers.

DESCRIPTION
  Create docker-compose configuration from boilerplates.

See code: dist/commands/docker/index.js

brownie gitlab

Create a gitlab ci configuration from known NX configuration.

USAGE
  $ brownie gitlab

DESCRIPTION
  Create a gitlab ci configuration from known NX configuration.

ALIASES
  $ brownie ci

See code: dist/commands/gitlab/index.js

brownie help [COMMAND]

Display help for brownie.

USAGE
  $ brownie help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for brownie.

See code: @oclif/plugin-help

brownie nx

Configure NX modules.

USAGE
  $ brownie nx [-d] [-m yarn|npm] [-s] [-a]

FLAGS
  -a, --arguments                   Enable prompt for passing in arguments.
  -d, --develop                     Puts the underlying schematics to development mode, if they support it.
  -m, --package-manager=(yarn|npm)  [default: npm] Use the given package manager to do the install/update operations.
  -s, --skip-updates                Skip the dependency updates.

DESCRIPTION
  Configure NX modules.

See code: dist/commands/nx/index.js

brownie workspace

Create a new workspace with NX.

USAGE
  $ brownie workspace [-d] [-m yarn|npm] [-s] [-f]

FLAGS
  -d, --develop                     Puts the underlying schematics to development mode, if they support it.
  -f, --force                       Force override for schematic.
  -m, --package-manager=(yarn|npm)  [default: npm] Use the given package manager to do the install/update operations.
  -s, --skip-updates                Skip the dependency updates.

DESCRIPTION
  Create a new workspace with NX.

ALIASES
  $ brownie ws

See code: dist/commands/workspace/index.js

brownie ws

Create a new workspace with NX.

USAGE
  $ brownie ws [-d] [-m yarn|npm] [-s] [-f]

FLAGS
  -d, --develop                     Puts the underlying schematics to development mode, if they support it.
  -f, --force                       Force override for schematic.
  -m, --package-manager=(yarn|npm)  [default: npm] Use the given package manager to do the install/update operations.
  -s, --skip-updates                Skip the dependency updates.

DESCRIPTION
  Create a new workspace with NX.

ALIASES
  $ brownie ws

Keywords

FAQs

Package last updated on 18 Oct 2024

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