https://github.com/glennsl/reasonable-atom-starter
https://github.com/glennsl/reasonable-atom-starter
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/glennsl/reasonable-atom-starter
- Owner: glennsl
- License: mit
- Created: 2017-02-22T06:53:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-27T03:13:01.000Z (about 8 years ago)
- Last Synced: 2025-01-22T00:36:35.229Z (12 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# reasonable-atom-starter
A very rough starter project for atom packages written in Reason and BuckleScript.
To get started:
```
git clone http://github.com/glennsl/reasonable-atom-starter.git
cd reasonable-atom-starter
npm install
npm start
```
`npm install` will put a symbolic link in your ~/.atom/packages. Open or relaod Atom to pick up your new package.