0.1.3 • Published 5 years ago

fannypack-core v0.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.9

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago