https://github.com/lambda2/ceylan
https://github.com/lambda2/ceylan
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lambda2/ceylan
- Owner: lambda2
- Created: 2014-05-10T20:25:31.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-11T13:55:31.000Z (about 12 years ago)
- Last Synced: 2024-06-13T06:08:39.939Z (about 2 years ago)
- Language: CoffeeScript
- Size: 148 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ceylan [](http://travis-ci.org/lambda2/ceylan)
Autocomplete and dropdown on textaeras
## Getting Started
Install the module with: `npm install ceylan`
```javascript
var ceylan = require('ceylan');
ceylan.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/).
## Release History
_(Nothing yet)_
## License
Copyright (c) 2014 André Aubin. Licensed under the MIT license.