# Documentation
For more documentation see [Pathfinder Documentation](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/docs/README.md).

## Task reference
* [add-project](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/add-project.md) - Adds Pathfinder project directories and files to an existing directory.
* [before-build](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/before-build.md) - [No help available]
* [check-project](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/check-project.md) - Checks the project for warnings and errors.
* [clean-website](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/clean-website.md) - Removes Pathfinder files and assemblies from the website.
* [compare-projects](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/compare-projects.md) - Compares two projects.
* [copy-dependencies](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/copy-dependencies.md) - Copies the dependency packages to the website.
* [copy-package](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/copy-package.md) - Copies the project output to the website.
* [find-references](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/find-references.md) - Finds all project items that the specified project item references.
* [find-usages](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/find-usages.md) - Finds all project items that references the specified project item.
* [generate-code](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/generate-code.md) - Generates code from items and files in the project.
* [help](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/help.md) - Displays version information and a list of commands.
* [import-website](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/import-website.md) - Imports items and files from the website.
* [init-atom](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/init-atom.md) - Configures the project for use with Atom.
* [init-grunt](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/init-grunt.md) - Configures the project to use GruntJS.
* [init-gulp](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/init-gulp.md) - Configures the project to use GulpJS.
* [init-visualstudio](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/init-visualstudio.md) - Configures the project for use with Visual Studio.
* [init-vscode](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/init-vscode.md) - Configures the project for use with Visual Studio Code.
* [install-package](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/install-package.md) - Unpacks and installs the project package (including dependencies) in the website.
* [install-project](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/install-project.md) - Installs the project directly from the project directory.
* [list-files](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/list-files.md) - Lists the files in the project.
* [list-items](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/list-items.md) - Lists the items in the project.
* [list-project](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/list-project.md) - Lists the project items (Sitecore items and files)
* [list-rules](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/list-rules.md) - Lists the available conditions and actions.
* [new-project](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/new-project.md) - Creates a new Pathfinder project.
* [pack-dependencies](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/pack-dependencies.md) - Creates a Nuget package for each Sitecore package in the sitecore.tools\\packages directory.
* [pack-npm](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/pack-npm.md) - Creates an npm module from the project.
* [pack-nuget](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/pack-nuget.md) - Creates packages from the project.
* [publish-database](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/publish-database.md) - Publishes a Sitecore database (usually the 'master' database).
* [reset-website](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/reset-website.md) - Resets the website.
* [restore-packages](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/restore-packages.md) - Restores dependency packages as specified in the configuration
* [run-script](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/run-script.md) - Runs a PowerShell, .cmd or .bat script.
* [show-config](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/show-config.md) - Displays the effective configuration.
* [show-status](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/show-status.md) - Shows various information about the build.
* [show-website](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/show-website.md) - Opens the default webpage in a browser, if a start URL has been defined.
* [sync-website](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/sync-website.md) - [No help available]
* [troubleshoot-website](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/troubleshoot-website.md) - Tries to fix a non-working website.
* [update-mappings](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/update-mappings.md) - [No help available]
* [watch-project](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/watch-project.md) - Watches the project directory and install changes immediately.
* [write-exports](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/write-exports.md) - Writes export declarations.
* [write-serialization](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/write-serialization.md) - Writes all items to a serialization folder.
* [write-website-exports](https://github.com/JakobChristensen/Sitecore.Pathfinder/blob/master/src/Sitecore.Pathfinder.Console/help/tasks/write-website-exports.md) - Write website exports.
