Atom
FlightJS Snippets forInstall
Go to Atom > Preferences...
then search for FlightJS Snippets in Packages tab.
Development
$ cd ~/.atom/packages
$ git clone https://github.com/nobuti/atom-flightjs.git
$ cd atom-flightjs
$ apm install
$ apm link
Usage
Tab triggers exist for all of the snippets, usually you should start typping flight
.
-
Component and Mixin API (tab trigger: flight)
- Component (AMD)
- Component (CommonJS)
- Component (Standalone)
- Mixin (AMD)
- Mixin (CommonJS)
- Mixin (Standalone)
-
Test API
- describeComponent
- describeMixin
-
Component API
- attachTo
-
Advice API
- this.before
- this.after
- this.around
-
Base API
- this.attributes
- this.select
- this.on
- this.off
- this.trigger
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request 😄
History
Check Release list.
License
MIT License © Buti