
Security News
Deno 2.4 Brings Back deno bundle, Improves Dependency Management and Observability
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
[WIP] Full admin features for TypeScript web apps without any effort 🔥
Install it with your database provider (like mysql
):
$ npm install --save admin.ts mysql
and add a script to your package.json like this:
{
"scripts": {
"start": "admin"
}
}
finally, add .env
file in your project root like this:
DB_TYPE=mysql
DB_HOST=localhost
DB_PORT=3306
DB_USERNAME=root
DB_PASSWORD=
DB_DATABASE=test
Run npm start
and then you'll see the admin site on http://localhost:4000.
Install the cli:
$ npm install --global admin.ts
Then, run the admin
command like below:
# Init the app
$ admin init MY_APP
# Run admin
$ cd MY_APP
$ npm start
# See <http://localhost:4000>
FAQs
Full admin features for TypeScript web apps without any effort <3
The npm package admin.ts receives a total of 0 weekly downloads. As such, admin.ts popularity was classified as not popular.
We found that admin.ts 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
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.