https://github.com/lelylan/type-directive-ng
AngularJS Web Component <lelylan-type>
https://github.com/lelylan/type-directive-ng
Last synced: 4 months ago
JSON representation
AngularJS Web Component <lelylan-type>
- Host: GitHub
- URL: https://github.com/lelylan/type-directive-ng
- Owner: lelylan
- License: mit
- Created: 2013-04-09T16:11:05.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2017-03-19T17:04:25.000Z (about 9 years ago)
- Last Synced: 2026-02-10T03:38:01.543Z (4 months ago)
- Language: JavaScript
- Homepage: http://lelylan.github.com/type-directive-ng
- Size: 5.48 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Type Directive
AngularJS web component to shorten the needed time to create a device type structure based on properties, functions and statuses. It works on desktop, tablet, and mobile.
# Documentation
## Contributing
Fork the repo on github and send a pull requests with topic branches.
Do not forget to provide specs to your contribution.
### Setup
* Fork and clone the repository
* Run `npm install && bower install`
### Unit tests (karma)
* `grunt karma:unit`
### Integration tests (protractor)
Start the server.
* `grunt serve`
Run all integration tests
* `protractor protractor.conf.js`
Or run a specific suite
* `protractor protractor.conf.js --suite=sensor`
### Creating your own distribution
* Run `grunt build`
The new distribution files will be created in the `dist/` folder.
### Coding guidelines
Follow [AngularJS](https://github.com/johnpapa/angular-styleguide) guidelines.
## Feedback
Use the [issue tracker](http://github.com/lelylan/type-directive-ng/issues) for bugs or [stack overflow](http://stackoverflow.com/questions/tagged/lelylan) for questions.
[Mail](mailto:dev@lelylan.com) or [Tweet](http://twitter.com/lelylan) us for any idea that can improve the project.
## Links
* [GIT Repository](http://github.com/lelylan/type-directive-ng)
* [Lelylan Dev Center](http://dev.lelylan.com)
* [Lelylan Site](http://lelylan.com)
## Authors
[Andrea Reginato](https://www.linkedin.com/in/andreareginato)
## Contributors
Special thanks to all [contributors](https://github.com/lelylan/type-directive-ng/contributors)
for submitting patches.
## Changelog
See [CHANGELOG](https://github.com/lelylan/type-directive-ng/blob/master/CHANGELOG.md)
## License
Lelylan is licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).