fannypack-core
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

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

/fannypack-core/

    Package Sidebar

    Install

    npm i fannypack-core

    Weekly Downloads

    1

    Version

    0.1.3

    License

    MIT

    Unpacked Size

    722 kB

    Total Files

    48

    Last publish

    Collaborators

    • davidcastaneda