๐Ÿ“ฆ Akryum / nodepack

๐Ÿ“ฆ A progressive Node.js framework

โ˜… 204 stars โ‘‚ 4 forks ๐Ÿ‘ 204 watching โš–๏ธ Other
๐Ÿ“ฅ Clone https://github.com/Akryum/nodepack.git
HTTPS git clone https://github.com/Akryum/nodepack.git
SSH git clone git@github.com:Akryum/nodepack.git
CLI gh repo clone Akryum/nodepack
Guillaume Guillaume chore: 0.9.4 changelog [ci skip] 4964a8c 4 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ .circleci
๐Ÿ“ .github
๐Ÿ“ docs
๐Ÿ“ packages
๐Ÿ“ scripts
๐Ÿ“„ .editorconfig
๐Ÿ“„ .eslintignore
๐Ÿ“„ .eslintrc.js
๐Ÿ“„ .gitignore
๐Ÿ“„ .nvmrc
๐Ÿ“„ CHANGELOG.md
๐Ÿ“„ globals.d.ts
๐Ÿ“„ lerna.json
๐Ÿ“„ LICENSE
๐Ÿ“„ nodepack.svg
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ tsconfig.json
๐Ÿ“„ yarn.lock
๐Ÿ“„ README.md

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.


Documentation


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