init
The init command prepares your project folder to be tracked by Workstate.
workstate initHow it works
Section titled “How it works”- Creates a hidden
.workstatefolder (if it doesn’t exist). - Generates a local configuration file with a unique project ID.
- Scans for common development files to track.
Examples
Section titled “Examples”cd my-projectworkstate init