Skip to content
JustinChou edited this page Mar 3, 2018 · 1 revision

Welcome to the bearcatjs wiki!

BearcatJS 从 Bearcat 克隆而来, 大部分工作已经完成, 但是似乎原来项目工程很久没有维护, 所以创建分支继续前人的工作.

中文文档在边写测试例子的时候, 边进行了翻译和重新整理, 对不同时间的原有文档进行了归类和理解性的增删, 希望多多指正.

欢迎到 https://github.com/justinchou/bearcatjs/issues 提出问题一起讨论.

相关的项目

重新编写的测试例子放在了: https://github.com/justinchou/bearcatjs-lesson-one 地址上面, 欢迎指正.

正在逐步完善命令行工具, 简化工作流程, 引入CI自动化构建等内容的支持, 参考Todo部分.

Todo

  • 完善测试过程中的BugList
  • 完善基于Grunt/Gulp的自动化, 自动测试, 生成服务器端测试报告, 代码Coverage报告, 前端测试报告, 发布服务器新版本时候自动打包客户端版本并且自动测试发布.
  • 编写Jenkins(初步设想使用Jenkins进行CI自动化构建)脚本, 部署环境.
  • 逐步增加对Es6的支持.
  • 完善命令行工具, 自动化生成常用的代码模板.

License

(The MIT License)

Copyright (c) 2012-2016 fantasyni and other contributors
              2017-2018 JustinChow and other contributors

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Clone this wiki locally