Quick startΒΆ

Once Boussole is correctly installed, you will be able to start a project to work on.

  1. Go to a directory where you want to start a new project then execute command:

    boussole startproject
    
  2. Answer to the questions (let the default values for this sample):

    Project base directory [.]:
    Sources directory [scss]:
    Target directory [css]:
    Settings format name (json, yaml) [json]:
    
  3. Write some Sass files into scss directory;

  4. From your new Sass project directory (where belong the boussole.json file) just execute command:

    boussole compile
    
  5. And voila, your valid Sass files should have been compiled to the css directory;