brunch

:fork_and_knife: Fast front-end web app build tool with simple declarative config, seamless incremental compilation for rapid development, an opinionated pipeline and workflow, and core support for source maps.

Github星跟踪图

Brunch Weekly downloads Yearly downloads

Web applications made easy. Since 2011.

Fast front-end web app build tool with simple declarative config and seamless incremental compilation for rapid development.

Usage

Install Brunch with a simple node.js package manager command:

npm install -g brunch
  1. Create a new Brunch project: brunch new [--skeleton url]
    • skeleton specifies a skeleton from which your application will be initialized.
      The default skeleton (dead-simple) doesn't have any opinions about frameworks or libraries.
    • brunch.io/skeletons contains over 50
      boilerplate projects, which you can use to init your app from.
  2. Develop with Brunch: brunch watch --server
    • tells Brunch to watch your project and incrementally rebuild it when source files are changed.
      The optional server flag launches a simple web server with push state support.
    • If you use OS X and want brunch to show system notification every time compilation error happens, you will need to install terminal notifier:
      brew install terminal-notifier
  3. Deploy with Brunch: brunch build --production
    • builds a project for distribution. By default it enables minification.

Learn

Contributing

See the CONTRIBUTING.md document for more info on how to file issues or get your head into the Brunch's internals.

  • To install edge version (from GitHub master branch): npm install -g brunch/brunch
  • To enable debug mode, simply pass -d flag to any command like that: brunch build -d
  • To create your own plugin, check out our plugin boilerplate as a starting point.

License

MIT license (c) 2019 Paul Miller paulmillr.com, Elan Shanker,
Nik Graf, Thomas Schranz, Allan Berger, Jan Monschke, Martin Schürrer

See LICENSE file.

主要指标

概览
名称与所有者brunch/brunch
主编程语言JavaScript
编程语言JavaScript (语言数: 1)
平台
许可证MIT License
所有者活动
创建于2011-01-21 00:59:55
推送于2023-01-10 19:30:15
最后一次提交2023-01-10 19:30:10
发布数133
最新版本名称4.0.2 (发布于 2023-01-10 20:30:10)
第一版名称0.7.3 (发布于 )
用户参与
星数6.8k
关注者数133
派生数430
提交数3.1k
已启用问题?
问题数1346
打开的问题数19
拉请求数440
打开的拉请求数1
关闭的拉请求数83
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?