New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@anansi/generator-js

Package Overview
Dependencies
Maintainers
1
Versions
380
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anansi/generator-js

Fast React Web Apps

  • 0.0.3
  • npm
  • Socket score

Version published
Weekly downloads
158
decreased by-22.17%
Maintainers
1
Weekly downloads
 
Created
Source

Anansi CLI NPM version Build Status Dependency Status

Fast React Web Apps

Created by @melissazhang and @nathanieltucker. 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

First, install Yeoman, yarn and @anansi/generator-js using npm (we assume you have pre-installed node.js).

brew install yarn
npm install -g yo @anansi/generator-cli

Then generate your new project:

hatch-anansi 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
yo @anansi/js:testing

Features

Basics:

  • eslint
  • typescript
  • jest
  • babel
  • webpack
  • storybook
  • precommit hooks

React SPA:

  • Experimental React concurrent mode
  • routing
  • rest-hooks

Library:

  • generate library
  • works within monorepo

Infra:

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

License

Apache-2.0 © Nathaniel Tucker

Keywords

FAQs

Package last updated on 29 Dec 2019

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