1.8.0 • Published 1 year ago

@revolut/web-cli v1.8.0

Weekly downloads
33
License
Apache-2.0
Repository
-
Last release
1 year ago

@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

1.8.0

1 year ago

1.7.0

2 years ago

1.6.0

3 years ago

1.5.3

3 years ago

1.5.2

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.3.3

3 years ago

1.4.0

3 years ago

1.2.6

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago