Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@anansi/generator-js

Package Overview
Dependencies
Maintainers
1
Versions
391
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anansi/generator-js

Generate Fast React Web Apps

latest
npmnpm
Version
12.6.25
Version published
Weekly downloads
735
10.36%
Maintainers
1
Weekly downloads
 
Created
Source

Yeoman Generator powering Anansi CLI

CircleCI npm downloads npm version PRs Welcome

Fast React Web Apps

Created by @melissafzhang and @ntucker. Feedback and contributions welcome!

Anansi (/əˈnɑːnsi/ ə-NAHN-see) is an Akan folktale character. He often takes the shape of a spider and is considered to be the god of all knowledge of stories. Anansi uses his knowledge to help JavaScript developers spin new web projects.

Installation

It's recommended to use @anansi/cli to use this generator.

npm install -g @anansi/cli yarn

Then generate your new project:

anansi hatch my-app-name

This creates a my-app-name directory in your current directory and sets up the project there.

Updates

Features can be incrementally adopted by running sub-generators from an existing project directory.

E.g., Adding Testing

cd MyProject
anansi add testing

Sub-Generators

Features

Basics:

  • eslint
  • typescript
  • jest
  • babel
  • webpack
  • storybook
  • stackblitz (for demos)
  • precommit hooks

React SPA:

  • Experimental React concurrent mode
  • routing
  • data-client

Library:

  • generate library
  • works within monorepo

Infra:

  • PR checks (salus, test, typecheck, linting)
  • Build & deploy
  • metrics
  • monitoring (sentry)

License

Apache-2.0 © Nathaniel Tucker, Melissa Zhang

Keywords

cli

FAQs

Package last updated on 02 Oct 2025

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