
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
diagramers-admin
Advanced tools
CLI tool for generating React admin applications with Redux and authentication
A powerful CLI tool for generating React admin applications with Redux, authentication, and a complete design system.
npm install -g diagramers-admin
diagramers-admin init my-admin-app --port 3000
This will create a new React admin application with:
cd my-admin-app
diagramers-admin extend auth
diagramers-admin extend users
diagramers-admin extend dashboard
Available features:
auth
: Authentication flows and Redux sliceusers
: User management CRUD operationsdashboard
: Dashboard with analyticsmy-admin-app/
├── src/
│ ├── components/ # Reusable UI components
│ ├── views/ # Page components
│ │ ├── interface/ # Design system components
│ │ ├── blocks/ # Content blocks
│ │ └── pages/ # Page layouts
│ ├── store/ # Redux store and slices
│ ├── auth/ # Authentication components
│ ├── hooks/ # Custom React hooks
│ ├── layout/ # Layout components
│ ├── routing/ # Route configuration
│ └── sass/ # Styles and themes
├── public/ # Static assets
├── .env # Environment variables
└── package.json # Dependencies and scripts
The CLI automatically creates a .env
file with:
PORT=3000
REACT_APP_API_URL=http://localhost:3001
REACT_APP_SOCKET_URL=http://localhost:3001
REACT_APP_ENV=development
The generated application includes a comprehensive design system with:
The authentication system includes:
The application is pre-configured to work with diagramers-api:
Pre-configured Redux store with:
Install the CLI:
npm install -g diagramers-admin
Create a new project:
diagramers-admin init my-admin-app
Navigate to the project:
cd my-admin-app
Start development server:
npm start
Open in browser:
http://localhost:3000
src/components/
src/sass/themes/_variables.scss
npm run build-css
src/store/
useSelector
and useDispatch
npm run build
npm run dev
npm test
MIT License - see LICENSE file for details
For support and questions:
FAQs
CLI tool for generating React admin applications with Redux and authentication
We found that diagramers-admin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.