SkillAgentSearch skills...

Fannypack

📦Build configurations for node without the hassle.

Install / Use

/learn @david-castaneda/Fannypack
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

fannypack npm version

Fannypack is a hassle free setup build configuration for Node.js projects. Inspired by Facebook's create-react-app & Jared Palmer's backpack-core. Fannypack is made to bootstrap your Javascript development by offering you minimalistic build configurations for you to focus on developing, not the setup. Includes support for latest Javascript practices such as async/await, import/export and offers a hassle free setup experience. Fannypack is highly customizable but offers some awesome out-the-box folder/project structure.

fannypack --basic-node your-app-name
cd your-app-name
yarn dev

Installation

npm i -g fannypack-core

Examples

Custom Node project

Batteries included 🔋

fannypack --custom-node your-app-name
cd your-app-name
yarn dev

Example project

Basic Node project

Minimalistic node server 🗃

fannypack --basic-node your-app-name
cd your-app-name
yarn dev

Example project

In the works 👨🏻‍💻

  • Typescript setup configurations (basic/custom)
  • Flow setup configurations (basic/custom)

Inspirations

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated3y ago
Forks1

Languages

TypeScript

Security Score

55/100

Audited on Jan 28, 2023

No findings