Socket
Socket
Sign inDemoInstall

epic-cli

Package Overview
Dependencies
94
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    epic-cli

Commands useful for everyday web development with node.


Version published
Maintainers
1
Install size
13.5 MB
Created

Readme

Source

epic-cli

epic-cli

Useful commands for everyday Web Development.

Usage or Global Installation

bunx epic-cli update # One time usage to run any script.
bunx epic-cli@latest update # Avoid using cached version.

For repeated usage it's best to install the package globally and use shortcut aliases.

bunx epic-cli verify # Verify which script aliases are free before installation.
bun install -g epic-cli
update # Directly run any script.
bun update -g epic-cli # Update globally installed version.

Commands

After the installation the following commands can be used from anywhere within the terminal.

update

Update current package dependency versions. This will update all versions with ranges to the latest version. Exactly specified versions or dist tags will be ignored.

refresh

Reinstalls node_modules in current directory. Add --lock flag to also remove the bun.lockb file first.

init [name]

Quickly initialize a new project in the current folder using the parent folder as the default name.

secret

Stores and retreives .env variables for the current project from iCloud on macOS. Add the --list flag to show all currently stored secrets.

global

List and update globally installed packages.

format

Format package.json in current folder.

files

List nested files inside current folder in a tree structure.

workspaces "update"

Run an arbitrary command passed as the second argument in every workspace of the current project. Use the --output flag to show the output when running the command.

Keywords

FAQs

Last updated on 11 Apr 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