I'm using EF Core and was able to scaffold the initial database and table:
Scaffold-DbContext "connection-string" Microsoft.EntityFrameworkCore.SqlServer -OutputDir Models -Tables TestTable
But I can't seem to find out how to add tables after the initial scaffold.
Run the command again to update the DbContext. You could make a bat file to run the command for you. That would make it a bit easier in the long run