GithubHelp home page GithubHelp logo

rekit-sublime's Introduction

NOTE: This repo is deprecated in favor of Rekit Portal

Sublime plugin

Sublime text is a widely used code editor for JavaScript developers. Rekit sublime plugin is created for it to support common Rekit tasks.

The plugin will auto detect Rekit projects and provide sidebar menus for the projects so that you can easily do common Rekit tasks like creating features, running tests etc.

From the Rekit demo video you can see how to use it:

Rekit Demo

For Chinese, visit the demo on Youku:

Rekit Demo

Here is a quick look for the plugin:

Rekit plugin

Easy installation

You can install this plugin through the Package Control.

Press Cmd/Ctrl+Shift+P to open the command palette. Type “install package” and press Enter. Then search for “Rekit”

Manual installation

Download the latest release, extract and rename the directory to “Rekit”. Move the directory inside your sublime Packages directory. (Preferences > Browse packages…)

node/npm configuration

By default, Rekit plugin will auto detect node and npm commands from system environment variables. But if you use a node version manager like nvm, you may need to configure it manually.

  1. Open your sublime Packages directory (Preferences > Browse packages…)
  2. Open Rekit directory
  3. Open Rekit.sublime-settings file

By default the content is:

{
  "node_dir": false,
  "npm_dir": false,
}

You need to config the container dir for node and npm separately(though they are usually the same), for example:

{
  "node_dir": "/usr/local/bin",
  "npm_dir": "/usr/local/bin",
}

rekit-sublime's People

Contributors

supnate avatar corbanmailloux avatar thehig avatar

Stargazers

What If We Dig Deeper avatar QianLeYi avatar crapthings avatar taichi avatar  avatar

Watchers

 avatar

rekit-sublime's Issues

Right click menu does not work (Different cause than #1)

I'm having the same problem as #1 but I think it may have a different cause.

So, the right-click commands in sublime on Windows 10 are not working for me. If I run the npm scripts to add items, everything works just fine (great tool btw).

The first thing I tried to do is to open the config file for rekit, but to my surprise there is no rekit folder in my packages folder.

image

But as you can see from the next image, I have the Rekit.sublime-package installed

image

My initial suspicion is that something during the installation is going wrong and the config files/folders are not being created

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.