Code Monkey home page Code Monkey logo

guidance-of-project's Introduction

WangDing

NPM version node Build Status

这个应用程序是一个 hello npm 应用。功能就是打印王顶的个人信息,希望和小伙伴们在开源社区中一起愉快的玩耍😄

前提条件

如果你使用 Windows 操作系统,请确保你在使用最新的 NodeJS。

  • Node.js >=4.0.0 (>=5.1.0 for Windows)

如何安装

请在命令行窗口,运行下面的命令:

npm install wangding -g

如何运行

请在命令行窗口,运行下面的命令:

wangding

guidance-of-project's People

Contributors

liujinmenghaoren avatar wangding avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

guidance-of-project's Issues

14 级信计专业毕业设计题目汇总

加群

请大家扫描下面的二维码,加入毕业设计 QQ 群:
qq-group

请修改群签名为:姓名-毕业设计题目

题目汇总

请大家在这个 issue 下面回复以下内容:

姓名,毕业设计题目

注意:
毕业设计题目最好按照下面的格式命名:

XXX[工具|产品|系统]的设计与实现

14 级软件学院 H5 方向毕业设计题目汇总

加群

请大家扫描下面的二维码,加入毕业设计 QQ 群:
qq-group

请修改群签名为:姓名-毕业设计题目

题目汇总

请大家在这个 issue 下面回复以下内容:

姓名,毕业设计题目

注意:
毕业设计题目最好按照下面的格式命名:

XXX[工具|产品|系统]的设计与实现

毕业设计的建议

一、代码仓库

创建 GitHub 仓库,放毕业设计的代码和文档,注意事项如下:

  • 仓库的命名用有意义的英文单词命名,英文单词全部小写,多个英文单词之间用横线(注意,不是下划线)连接,参考下图;
  • 仓库根目录放代码,代码的组织根据需要创建相应的目录;
  • 仓库根目录下的 doc 用来放毕业设计的文档,是否需要放文档,视个人情况而定。如果不放文档,不用建 doc 目录;

二、基本文件

GitHub 仓库要有 README.md 文件,.gitignore 文件和 LICENSE 文件,这三个文件的用法如下:

  • README.md 用来对毕业设计项目做描述和说明;
  • .gitignore 文件用来排除不必要的项目文件,或者敏感的信息文件;
  • LICENSE 文件统一用 MIT 共享协议,参考下图;

三、GitHub Pages

GitHub 仓库需要启用 GitHub Pages 功能,注意事项如下:

  • 程序代码都在 develop 分支;
  • 发布的代码在 master 分支;
  • GitHub Pages 启用在 master 分支上;
  • master 分支中的代码需要用自动化部署工具进行发布部署前的预处理,例如:压缩,打包合并,等;
  • 仓库描述中请给出 GitHub Pages 的地址,参考下图;

github

四、单元测试

代码需要有自动化单元测试,建议使用 Mocha。

五、持续集成

项目需要使用 Travis CI 持续集成工具。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.