https://github.com/asha23/bower_test
https://github.com/asha23/bower_test
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/asha23/bower_test
- Owner: asha23
- Created: 2015-01-05T13:27:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:21:41.000Z (over 1 year ago)
- Last Synced: 2025-01-17T09:07:29.503Z (5 months ago)
- Language: JavaScript
- Size: 9.75 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bower_components
The best project ever.
## Getting Started
### On the server
Install the module with: `npm install bower_components````javascript
var bower_components = require('bower_components');
bower_components.awesome(); // "awesome"
```### In the browser
Download the [production version][min] or the [development version][max].[min]: https://raw.github.com/awhiting/bower_test/master/dist/bower_components.min.js
[max]: https://raw.github.com/awhiting/bower_test/master/dist/bower_components.jsIn your web page:
```html
awesome(); // "awesome"
```
In your code, you can attach bower_components's methods to any object.
```html
var exports = Bocoup.utils;
Bocoup.utils.awesome(); // "awesome"
```
## Documentation
_(Coming soon)_## Examples
_(Coming soon)_## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/)._Also, please don't edit files in the "dist" subdirectory as they are generated via Grunt. You'll find source code in the "lib" subdirectory!_
## Release History
_(Nothing yet)_## License
Copyright (c) 2015 Ashley Whiting
Licensed under the MIT license.