项目作者: it-shark-pro

项目描述 :
JavaScript project template (without any framework dependencies)
高级语言: JavaScript
项目地址: git://github.com/it-shark-pro/js-project-template.git
创建时间: 2018-03-05T11:45:46Z
项目社区:https://github.com/it-shark-pro/js-project-template

开源协议:

下载


JS Project Template Build Status

This repository is a template for JS projects. Themes of final projects.

Once your project is done, you can notify us here.

Get started

Install all dependencies

  1. npm install

Run unit tests

  1. npm run test

Lint your code

  1. npm run lint

How to setup travis-ci

  • Open https://travis-ci.org/ and sign in with your github account.
  • Activate your forked repo js-project-template.
  • Edit local README.md file and update all links (just replace all occurrences of 'js-project-template' with your account name).
  • Commit and push updated README.md to github:
    1. git add README.md
    2. git commit -m "(change) travic ci setup"
    3. git push origin master
  • Open your repository and test the build icon. Now it will run all tests and update status once you push changes to github. Keep this icon green!