JS: add templates for kotlin and kotlin-compiler packages
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# Kotlin Programming Language
|
||||
|
||||
Welcome to [Kotlin](http://kotlinlang.org/)! Some handy links:
|
||||
|
||||
* [Kotlin Site](http://kotlinlang.org/)
|
||||
* [Getting Started Guide](http://kotlinlang.org/docs/tutorials/javascript/getting-started-idea/getting-started-with-intellij-idea.html)
|
||||
* [Try Kotlin](http://try.kotlinlang.org/)
|
||||
* [Kotlin Standard Library](http://kotlinlang.org/api/latest/jvm/stdlib/index.html)
|
||||
* [Issue Tracker](http://youtrack.jetbrains.com/issues/KT)
|
||||
* [Forum](http://devnet.jetbrains.net/community/kotlin?view=discussions)
|
||||
* [Kotlin Blog](http://blog.jetbrains.com/kotlin/)
|
||||
* [Follow Kotlin on Twitter](https://twitter.com/kotlin)
|
||||
* [Public Slack channel](http://kotlinslackin.herokuapp.com/)
|
||||
* [TeamCity CI build](https://teamcity.jetbrains.com/project.html?tab=projectOverview&projectId=Kotlin)
|
||||
|
||||
## Editing Kotlin
|
||||
|
||||
* [Kotlin IntelliJ IDEA Plugin](https://kotlinlang.org/docs/tutorials/getting-started.html)
|
||||
* [Kotlin Eclipse Plugin](http://kotlinlang.org/docs/tutorials/getting-started-eclipse.html)
|
||||
* [Kotlin TextMate Bundle](https://github.com/vkostyukov/kotlin-sublime-package)
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "kotlin-compiler",
|
||||
"version": "0.0.0",
|
||||
"description": "Kotlin compiler",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://git@github.com/JetBrains/kotlin.git"
|
||||
},
|
||||
"keywords": [
|
||||
"Kotlin",
|
||||
"Language",
|
||||
"JavaScript",
|
||||
"JVM",
|
||||
"JetBrains"
|
||||
],
|
||||
"author": "JetBrains",
|
||||
"license": "Apache-2.0",
|
||||
"bugs": {
|
||||
"url": "kotl.in/issue"
|
||||
},
|
||||
"homepage": "kotlinlang.org"
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
# Kotlin Programming Language
|
||||
|
||||
Welcome to [Kotlin](http://kotlinlang.org/)! Some handy links:
|
||||
|
||||
* [Kotlin Site](http://kotlinlang.org/)
|
||||
* [Getting Started Guide](http://kotlinlang.org/docs/tutorials/javascript/getting-started-idea/getting-started-with-intellij-idea.html)
|
||||
* [Try Kotlin](http://try.kotlinlang.org/)
|
||||
* [Kotlin Standard Library](http://kotlinlang.org/api/latest/jvm/stdlib/index.html)
|
||||
* [Issue Tracker](http://youtrack.jetbrains.com/issues/KT)
|
||||
* [Forum](http://devnet.jetbrains.net/community/kotlin?view=discussions)
|
||||
* [Kotlin Blog](http://blog.jetbrains.com/kotlin/)
|
||||
* [Follow Kotlin on Twitter](https://twitter.com/kotlin)
|
||||
* [Public Slack channel](http://kotlinslackin.herokuapp.com/)
|
||||
* [TeamCity CI build](https://teamcity.jetbrains.com/project.html?tab=projectOverview&projectId=Kotlin)
|
||||
|
||||
## Editing Kotlin
|
||||
|
||||
* [Kotlin IntelliJ IDEA Plugin](https://kotlinlang.org/docs/tutorials/getting-started.html)
|
||||
* [Kotlin Eclipse Plugin](http://kotlinlang.org/docs/tutorials/getting-started-eclipse.html)
|
||||
* [Kotlin TextMate Bundle](https://github.com/vkostyukov/kotlin-sublime-package)
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "kotlin",
|
||||
"version": "1.0.0",
|
||||
"description": "Standard Library for Kotlin Applications",
|
||||
"main": "kotlin.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://git@github.com/JetBrains/kotlin.git"
|
||||
},
|
||||
"keywords": [
|
||||
"Kotlin",
|
||||
"Language",
|
||||
"Runtime",
|
||||
"JavaScript",
|
||||
"JetBrains"
|
||||
],
|
||||
"author": "JetBrains",
|
||||
"license": "Apache-2.0",
|
||||
"bugs": {
|
||||
"url": "kotl.in/issue"
|
||||
},
|
||||
"homepage": "kotlinlang.org"
|
||||
}
|
||||
Reference in New Issue
Block a user