Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/audreyfeldroy/cookiecutter-jswidget
Cookiecutter for a generic JS front-end widget. Imagine a jQuery plugin without the jQuery dependency.
https://github.com/audreyfeldroy/cookiecutter-jswidget
Last synced: 16 days ago
JSON representation
Cookiecutter for a generic JS front-end widget. Imagine a jQuery plugin without the jQuery dependency.
- Host: GitHub
- URL: https://github.com/audreyfeldroy/cookiecutter-jswidget
- Owner: audreyfeldroy
- Created: 2013-09-04T21:57:18.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-18T19:12:05.000Z (about 8 years ago)
- Last Synced: 2024-04-16T04:06:00.053Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 383 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cookiecutter-jswidget
Cookiecutter for a generic JS front-end widget. Think jQuery plugin, but not
jQuery-dependent.See https://github.com/audreyr/cookiecutter.
* Free software: MIT license
This is largely based on [jQuery Boilerplate](https://github.com/jquery-boilerplate/jquery-boilerplate),
but without the jQuery dependency.## Features
* Does not require jQuery
* Support for as many JS/front-end package managers as possible
* Grunt setup with TODO
* Travis CI setup## Status
Pre-alpha - just needed a repo to stick this into.
## Usage
```
$ cookiecutter https://github.com/audreyr/cookiecutter-jswidget.git
$ ... (fill out the values you want)
$ npm install
```After generating the project:
* Go to https://travis-ci.org/profile, click [Sync now], and turn on the
Travis CI hook for your repo.
* Register your package with every supported package index.