
Security News
Feross on the 10 Minutes or Less Podcast: Nobody Reads the Code
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.
antd-admin-cli
Advanced tools
The antd admin command line utility.
Install, create and start.
# Install
$ npm install antd-admin-cli -g
# Create app
$ atda new myapp
# Start app
$ cd myapp
$ yarn start
We have 3 commands: new, init and generate(alias g).
Create app with new directory.
$ atda new myapp
$ atda new myapp --no-install
--no-install -- Disable npm install after files createdCreate app in current directory. It's options is the same as atda new.
Generate route, model and component.
$ atda g route product-list
$ atda g model products
$ atda g component Editor
$ atda g component Users/UserModal
$ atda g component Header --no-css
.
├── public
├── index.html # HTML for entry file
├── src # Source directory
├── assets # Store images, icons, ...
├── components # UI components
├── index.js # Enry file
├── router.js # Router configuration
├── models # Dva models
├── routes # Route components
├── services # Used for communicate with server
└── utils # Utils
└── request.js # A util wrapped dva/fetch
├── .editorconfig #
├── .eslintrc # Eslint config
├── .gitignore #
├── .roadhogrc # Roadhog config
└── package.json #
antd-admin-cli use roadhog for build and server, view roadhog#Configuration (中文版) for details.
FAQs
The antd admin command line utility.
We found that antd-admin-cli demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.