Socket
Socket
Sign inDemoInstall

@boykaframework/boyka-cli

Package Overview
Dependencies
4
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @boykaframework/boyka-cli

🧑🏻‍💻 Command line tool for Boyka framework


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

0.5.0 (2024-01-25)

deps-dev

  • deps-dev: bump the minor group with 2 updates (#51) (3052a24)

  • deps-dev: bump the minor group with 2 updates (#53) (b1b3460)

  • deps-dev: bump the minor group with 2 updates (#54) (157194b)

  • deps-dev: bump the patch group with 1 update (#52) (5889261)

  • deps-dev: bump the patch group with 4 updates (#55) (6a5d50d)

  • :bug: fixed error while publishing new release (#49) (d171290)

  • :sparkles: converting cjs to module in ts (#40) (bf88b0e)

Readme

Source

boyka-cli

Command line tool for Boyka framework

Command Details

boyka configure init --path /path/to/config

This command will create a basic Boyka-framework config file named boyka-config.json at the specified path.

If --path option is not provided, it will create the config at src/test/resources folder by default.

boyka configure api [name]

This will add API configuration in the config file with the given name to the config block.

This will ask a set of questions to the user and depending on their answers, it will configure the API config.

boyka configure web [name]

This will add Web configuration in the config file with the given name to the config block.

This will ask a set of questions to the user and depending on their answers, it will configure the Web config.

boyka configure mobile [name]

This will add Mobile configuration in the config file with the given name to the config block.

This will ask a set of questions to the user and depending on their answers, it will configure the Mobile config.

Keywords

FAQs

Last updated on 25 Jan 2024

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