GithubHelp home page GithubHelp logo

epic-cli's Introduction

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.

run

Lists currently available scripts and allows multi-selection of scripts to run.

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.

epic-cli's People

Contributors

tobua avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.