Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atom-community/atom-ide-template
Template project for atom packages in TypeScript
https://github.com/atom-community/atom-ide-template
atom eslint package prettier rollup template typescript
Last synced: about 2 months ago
JSON representation
Template project for atom packages in TypeScript
- Host: GitHub
- URL: https://github.com/atom-community/atom-ide-template
- Owner: atom-community
- License: other
- Created: 2020-06-13T03:42:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T00:27:18.000Z (about 1 year ago)
- Last Synced: 2024-05-01T23:19:45.549Z (8 months ago)
- Topics: atom, eslint, package, prettier, rollup, template, typescript
- Language: JavaScript
- Homepage:
- Size: 564 KB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# atom-ide-template
This is a template for atom-ide-community packages using TypeScript.
It is recommended to use the TypeScript template, but there is a JavaScript version too [here](https://github.com/atom-ide-community/atom-ide-template-js).
Use `Ctrl+Shift+F` and replace `atom-ide-template` with `atom-ide-packagename`. Then put your name in the license section and author section.
![Build Status (Github Actions)](https://github.com/atom-ide-community/atom-ide-template/workflows/CI/badge.svg)
[![Dependency Status](https://david-dm.org/atom-ide-community/atom-ide-template.svg)](https://david-dm.org/atom-ide-community/atom-ide-template)
[![apm](https://img.shields.io/apm/dm/atom-ide-template.svg)](https://github.com/atom-ide-community/atom-ide-template)
[![apm](https://img.shields.io/apm/v/atom-ide-template.svg)](https://github.com/atom-ide-community/atom-ide-template)## Features
-
## Usage
## Roadmap
## Contributing
- Let me know if you encounter any bugs.
- Feature requests are always welcome.