
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
osiris-cms-template
Advanced tools
CLI tool for creating CMS projects with MUI or Ant Design templates
A command-line tool for quickly generating CMS projects with your choice of UI library: Material-UI (MUI) or Ant Design.
# Install globally
npm install -g osiris-cms-template
# Or use with npx without installing
npx osiris-cms-template
After installation, run the CLI by using the command:
# Just run the command
osiris
# Or with the explicit run command
osiris run
Follow the interactive prompts to:
The CLI will then:
The generated project will have the following structure:
my-project/
├── public/
├── src/
│ ├── components/
│ │ └── Layout.tsx
│ ├── pages/
│ │ ├── Dashboard.tsx
│ │ └── Login.tsx
│ ├── App.tsx
│ ├── index.css
│ ├── main.tsx
│ └── theme.ts (for MUI projects)
├── index.html
├── package.json
├── tsconfig.json
├── tsconfig.node.json
└── vite.config.ts
MIT
FAQs
CLI tool for creating CMS projects with MUI or Ant Design templates
The npm package osiris-cms-template receives a total of 5 weekly downloads. As such, osiris-cms-template popularity was classified as not popular.
We found that osiris-cms-template 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.