mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-09 00:30:14 +03:00
A Community-led Hyper-Hackable Text Editor
4900dc6bcd
This should prevent Atom from being the default editor for all these file types and instead make it opt-in. Closes #1808 |
||
---|---|---|
apm | ||
benchmark | ||
build | ||
docs | ||
dot-atom | ||
exports | ||
keymaps | ||
menus | ||
resources | ||
script | ||
spec | ||
src | ||
static | ||
vendor | ||
.gitattributes | ||
.gitignore | ||
.npmrc | ||
.pairs | ||
atom.sh | ||
CONTRIBUTING.md | ||
LICENSE.md | ||
package.json | ||
README.md |
Atom is a hackable text editor for the 21st century.
Atom is open source and built on top of atom-shell.
Atom is designed to be customizable, but also usable without needing to edit a config file.
Atom is modern, approachable, and hackable to the core.
Visit atom.io to learn more.
Installing
Download the latest Atom release.
Atom will automatically update when a new release is available.
Building
git clone git@github.com:atom/atom.git
cd atom
script/build # Creates application at /Applications/Atom.app
Developing
Check out the guides and the API reference.