efpilot
v1.0.0
Published
CLI tool for scaffolding EF Core DbContexts from existing databases
Maintainers
Readme
efpilot
efpilot is a Node.js CLI for scaffolding EF Core DbContexts from an existing database using dotnet EF Core tools.
Installation
npm install -g efpilotQuick start
- Create a starter config file:
efpilot initEdit the generated config file and provide your connection details.
Scaffold your DbContext:
efpilot scaffoldYou can also target a specific context:
efpilot scaffold --target DefaultDbContextDevelopment
npm install
npm run build
npm testPublishing
npm login
npm publishThe package is configured with a prepack build and test step so the published tarball is built from the latest sources.
