Nice to meet you ;-)
I am here to give you a headstart developing front-ends with Sass, Jade and Gulp.
Where to start?
Make sure you have node.js and its package manager npm installed. Use npm to install saja, Sassyjade's super small CLI globally to manage your projects:
$ npm install saja -g
With "saja" you can create new projects from the command line:
$ saja <yourProject>
This command will download the latest version of Sassyjade and setup a project folder with the name of your project. You will also be able to change some configurations for the project:
Change into your new project's directory and kick-off all the pre-defined Gulp tasks, including compiling your Sass and Jade.
$ cd <yourPorject>
$ gulp watch
What's next?
Learn more about all the pre-built Gulp tasks, my opinionated workflow in the docs. See ya!