Skip to content

init

The init command prepares your project folder to be tracked by Workstate.

Terminal window
workstate init
  • Creates a hidden .workstate folder (if it doesn’t exist).
  • Generates a local configuration file with a unique project ID.
  • Scans for common development files to track.
Terminal window
cd my-project
workstate init