Skip to content
On this page

@screaming/froggo

Introduction

@screaming/froggo is a command-line tool for quickly bootstrapping new web projects and npm packages.

View source code.

Installation

Install globally with your favourite package manager:

sh
# yarn
yarn global add @screaming/froggo

# pnpm
pnpm add --global @screaming/froggo

# npm
npm install --global @screaming/froggo
1
2
3
4
5
6
7
8

Create a new project:

sh
froggo my-project
1