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

@revolut/web-cli

Package Overview
Dependencies
Maintainers
4
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@revolut/web-cli

Interactive CLI tool for web projects to provide automation for various tasks

  • 1.8.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

@revolut/web-cli

Interactive CLI tool for web projects to provide automation for a various task.

Installation

npm i @revolut/web-cli -g

Or use npx

npx @revolut/web-cli scaffold
# or whatever commands are there

Usage

Options:
  -V, --version       output the version number
  -h, --help          display help for command

Commands:
  scaffold [options]  Scaffold any app, library or whatever is available
  help [command]      display help for command

Scaffold

Just run revolut-web-cli scaffold and answer an interactive prompts

Alternatively you can pass parameters as flags. If required flag will be missing you will be asked to provide it using prompts

Usage: revolut-web-cli scaffold --project-name my-lib --template library --folder-name

Scaffold any app, library or whatever is available

Options:
  -fn, --folder-name <name>   Name of the folder
  -pn, --package-name <name>  Name of the package (name field in package.json)
  -t, --template <name>       Name of the template
  -h, --help                  display help for command

Development

Run yarn start in the root of the that module to enable watch recompilation of the source code

Testing

Go to <root>/tests/web-cli-test and run yarn test

FAQs

Package last updated on 20 Feb 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