
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@lcwd/developer-cli
Advanced tools
This project exposes LiveChat Developer Console capabilities in form of easy to use CLI application.
This project unlocks LiveChat Developer Console capabilities in form of easy to use CLI application. Additionally it allows for quick application bootstrap and project scaffolding.
Use the npm or yarn package managers to install the dev-cli package in your project.
npm install -g @livechat/dev-cli
# or
yarn global add @livechat/dev-cli
LiveChat Developer Console CLI
lcdev [command]
Commands:
lcdev init [dirName] scafold new LiveChat app project from template
lcdev login login with your LiveChat account
lcdev bootstrap bootstrap new LiveChat app using config file
lcdev create create new LiveChat app
lcdev widget setup agent app widget
lcdev auth setup app authorization
lcdev app-webhooks setup app webhooks
lcdev chat-webhooks setup chat webhooks
lcdev chat-actions setup chat actions
lcdev chat-boosters setup chat boosters
lcdev remove remove app
Options:
--help Show help
--version Show version number
Below you'll find a step by step guide how to go from a brand new LiveChat Developer Program account to a fully working LiveChat application ready to be used on your LiveChat account.
Warning Before you start make sure to already have a LiveChat account (you can create one here). You will also need Ngrok together with its free account installed on your computer to obtain a temporary and secure public domain for your local application (follow these instructions).
LiveChat Developer Console CLI
:npm install -g @livechat/dev-cli
lcdev --version
lcdev login
lcdev init first-livechat-app
cd first-livechat-app
npm install
npm run dev
ngrok http 3000
lcdev bootstrap --baseURL <your-https-domain-from-ngrok>
Read the Contributing Guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes.
This project has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.
The code and documentation in this project are released under the MIT License.
FAQs
This project exposes LiveChat Developer Console capabilities in form of easy to use CLI application.
The npm package @lcwd/developer-cli receives a total of 0 weekly downloads. As such, @lcwd/developer-cli popularity was classified as not popular.
We found that @lcwd/developer-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.