Решение на Изберете си проект от Димитър Керезов

Обратно към всички решения

Към профила на Димитър Керезов

Код

# Sublime extension for the [NativeScript command-line interface](https://www.npmjs.com/package/nativescript).
# The whole extension should serve as a wrapper over the commands which can be invoked via the CLI.
# I picture the extension as a sub-option of the `Tools` menu for example.
# Goals include:
# * Cross platform support
# * Ability to Build, Deploy and LiveSync applicatons
# As I progress with the project I might try and expose more of the functions offered by the CLI through the extension.
# The main goal of the project is to tackle a real-life problem.

История (1 версия и 1 коментар)

Димитър обнови решението на 30.04.2016 13:52 (преди около 9 години)

+# Sublime extension for the [NativeScript command-line interface](https://www.npmjs.com/package/nativescript).
+
+# The whole extension should serve as a wrapper over the commands which can be invoked via the CLI.
+# I picture the extension as a sub-option of the `Tools` menu for example.
+
+# Goals include:
+# * Cross platform support
+# * Ability to Build, Deploy and LiveSync applicatons
+
+# As I progress with the project I might try and expose more of the functions offered by the CLI through the extension.
+# The main goal of the project is to tackle a real-life problem.