Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript Express Basics (2015) Getting Started with Express Install Express.js

Jim McQuarrie
Jim McQuarrie
10,597 Points

command for brackets

does anyone know if a command for brackets exists for this?

3 Answers

It looks like you should be all set from a default install.

https://github.com/adobe/brackets/wiki/Command-Line-Arguments

Try opening a file from the command line:

brackets filename.js

Jim McQuarrie Launch Brackets and click on 'File' and then 'Install Command Line Shortcut'

Then you will be able to use 'brackets file.js' to open files or folders in brackets

Works for Javascript or the Brackets text editor? Please explain this more to me.

Jim McQuarrie
Jim McQuarrie
10,597 Points

in the express course Huston is using the console to communicate directly with Sublime using subl for building the app. How can I do this with brackets!