Skip to content

Akryum/nodepack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4964a8c Β· Jul 20, 2021
Nov 5, 2019
May 23, 2019
May 25, 2020
Jul 20, 2021
Mar 1, 2019
Nov 12, 2018
Jan 27, 2019
Dec 27, 2019
Nov 12, 2018
Jul 2, 2019
Jul 20, 2021
Dec 27, 2018
May 25, 2020
Dec 26, 2019
Jul 20, 2021
Nov 15, 2018
May 5, 2020
Dec 26, 2019
May 6, 2020

Repository files navigation

nodepack

circleci

A modern node app development platform

Warning: work in progress

Nodepack is a modern, integrated and smart development environement for node backend developers. The bundling is done with Webpack.



Become a Patreon

Sponsors

sponsors logos

About

Key benefits:

  • Write backends or apps without worrying about tooling (for example, typescript)
  • Minimize configuration and boilerplate
  • Produce minimal code size for faster download from npm and quicker bootup in serverless environments
  • Migrate and Rollback code and environment (for example DBs) easily in a team
  • Integrate with plugins adding ready-to-use features
  • Best practices built-in

Features:

  • zero-config by default
  • powerful plugin system
  • live-reload in development
  • compiled and minified build (useful for function/lambda deployements)
  • error diagnostics with suggested fix
  • autoinstall missing dependencies
  • import/export in .js files
  • app/code migrations
  • more to come!

Builtin Integrations:

  • babel (to support old versions of node and/or new JS syntax)
  • typescript
  • more to come!

Roadmap: v1.0.0

Prior Art

@vue/cli