https://github.com/unicodeveloper/atom-aurelia-snippets
:boom: :package: Atom package: Aurelia snippets using ES6 syntax
https://github.com/unicodeveloper/atom-aurelia-snippets
Last synced: about 1 year ago
JSON representation
:boom: :package: Atom package: Aurelia snippets using ES6 syntax
- Host: GitHub
- URL: https://github.com/unicodeveloper/atom-aurelia-snippets
- Owner: unicodeveloper
- License: mit
- Created: 2016-07-09T06:53:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-09T14:05:53.000Z (almost 10 years ago)
- Last Synced: 2025-03-31T04:05:02.827Z (about 1 year ago)
- Language: CoffeeScript
- Homepage:
- Size: 8.79 KB
- Stars: 15
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Atom AureliaJS Snippets 
An [Atom](https://atom.io/) snippet library for Aurelia JS framework. This library uses ES6 syntax.
Install
-------
Go to `Packages > Settings View > Open` once in settings go to the Install tab and search for **aurelia-snippets**
Restart Atom
Documentation
--------
- [Aurelia Snippets](https://github.com/unicodeveloper/atom-aurelia-snippets/wiki/Aurelia-Snippets)
Development
-----------
```sh
$ cd ~/.atom/packages
$ git clone https://github.com/unicodeveloper/atom-aurelia-snippets.git
$ cd atom-aurelia-snippets
$ apm install
$ apm link
```
## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -m 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request
## How can I thank you?
Why not star the github repo? I'd love the attention! Why not share the link for this repository on Twitter or HackerNews? Spread the word!
Don't forget to [follow me on twitter](https://twitter.com/unicodeveloper)!
Thanks!
Prosper Otemuyiwa.
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.