- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/developit/karmatic
- 软件文档: https://github.com/developit/karmatic/blob/master/README.md
- 官方下载: https://github.com/developit/karmatic
软件介绍
Karma,Webpack和Jasmine 都非常强大,而且每一个都是高度可配置的。在创建和维护小模块时,重复这些配置和依赖关系是很麻烦的。Karmatic是这些工具的零配置包装,具有智能默认值,配置自动检测以及配置优化的功能。最重要的是,Karmatic提供了一个(无头 headless)浏览器测试工具。
安装
npm i -D karmatic
然后增加 test 测试脚本到 package.json:
{
"scripts": {
"test": "karmatic"
}
}
Release It!
Michael T. Nygard / Pragmatic Bookshelf / 2007-03-30 / USD 34.95
“Feature complete” is not the same as “production ready.” Whether it’s in Java, .NET, or Ruby on Rails, getting your application ready to ship is only half the battle. Did you design your system to......一起来看看 《Release It!》 这本书的介绍吧!
