Standard React Snippets
An Atom snippet library for React that conforms to the StandardJS code style
Installation
Go to Packages > Settings View > Open
Once in settings go to the Install tab and search for standard-react-snippets
Restart Atom
Documentation
Development
$ cd ~/.atom/packages
$ git clone https://github.com/rongierlach/standard-react-snippets.git
$ cd standard-react-snippets
$ apm install
$ apm link
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
Credits
This package is a fork of Atom React.js Snippets
The React.js snippets were originally created by orktes in Atom React in ES5 syntax