-
Notifications
You must be signed in to change notification settings - Fork 38
New menu options
Lorenzo Pichilli edited this page Dec 28, 2017
·
4 revisions
After the creation process in your Sublime Text menu will appear new items under Project and Tools:
Project items:
-
Add JavaScript Project type: it will permit you to add/create a new project type inside the current project with similar steeps explained already in the creation process of a new JavaScript project, but it will ask for theWorking Directoryand not for theProject Path. With this feature you could manage different types in the same project. -
Add JavaScript type configuration: it will permit you to add only the configuration file of a project type inside the current project with similar steeps explained already in the creation process of a new JavaScript project, but it will ask for theWorking Directoryand not for theProject Path. With this feature you could add only the configuration file for an existing project.
Tools items:
-
Build Flow: it will compile your project code using flow-remove-types. It is based on the configuration setted in the"build_flow"key of theproject_settings.jsonfile, inside the.je-project-settingsfolder of the project. To be able to use this feature, you must specify the"source_folder"and"destination_folder". -
Npm/Yarn Scripts: it will contain all the scripts available on thepackage.jsonfile of your project. Clicking on an item will execute the corresponding script, opening aTerminalto show the process progress.