https://github.com/georgeosddev/js_dev_boilerplate
Javascript library development boilerplate
https://github.com/georgeosddev/js_dev_boilerplate
Last synced: 2 months ago
JSON representation
Javascript library development boilerplate
- Host: GitHub
- URL: https://github.com/georgeosddev/js_dev_boilerplate
- Owner: georgeOsdDev
- License: mit
- Created: 2014-12-12T15:06:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-03-18T09:25:07.000Z (about 5 years ago)
- Last Synced: 2025-01-20T19:33:27.588Z (4 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Javascript library development boilerplate
This is a boilerplate project for quick start javascript library development.
## How to Development
Install Node.js and NPM.
```bash
git clone git://github.com/georegeosddev/mylib.git
cd mylib
npm install
npm run-script build
```## How to test
* Run command line test.
```bash
gulp test
```* Run browser test.
open `test/index.html` by Browser
* Run headless test.
```bash
zuul --local 8080 --ui mocha-bdd -- test/test.js
```See also [Zuul Quickstart](https://github.com/defunctzombie/zuul/wiki/Quickstart)
## How to setup Travis.ci
## How to setup Sauce Labs.
## How to publish to NPM
## How to publish to bower
## Licence
MIT