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

branch-tea

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

branch-tea

branch tea cli for quick express app setup

  • 1.0.1
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Branch Tea Cli

Branch Tea Cli is client base cli for developers that make the setting up of a new express app a breeze.

This cli comes with some additional features

  • Creating file structure
  • Configurations
  • Package installation
  • Extra package called branch-tea-utils

Notes

[!NOTE] Using this cli does not mean you must work with the file structure or use the branch-tea-utils package bundled with it But if you do find the cli and branch-tea-utils interesting use it as you please.

[!NOTE] Also contribution and bug reports is welcome.

Installation

npm install -g branch-tea

or

yarn global add branch-tea

Commands and Options

Creates folder and file structure for an Express app.

Options -p, --package-manager : Specify the package manager (npm or yarn). Default is npm. -d, --dir : Specify the directory name. -nd, --no-default : Remove default folder structure and create the Express app with default dependencies.

Examples Create Express app with default folder structure

branch-tea create -option[-p] [yarn/npm] -option[-d] app-name-directory 

Using shorcut Create Express app with default folder structure

bt create -option[-p] [yarn/npm] -option[-d] -option[-nd] app-name-directory 

Start

bt create -d app-name

Without installing

npx branch-tea create -d app-name

or

npx bt create -d app-name

Keywords

FAQs

Package last updated on 07 Jul 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