fannypack-core
v0.1.3
Published
Build configurations for node without the hassle π
Downloads
4
Maintainers
Readme
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
Basic Node project
Minimalistic node server π
fannypack --basic-node your-app-name
cd your-app-name
yarn dev
In the works π¨π»βπ»
- Typescript setup configurations (basic/custom)
- Flow setup configurations (basic/custom)