Gathering detailed insights and metrics for @weirdscience/quicklaunch
Gathering detailed insights and metrics for @weirdscience/quicklaunch
Gathering detailed insights and metrics for @weirdscience/quicklaunch
Gathering detailed insights and metrics for @weirdscience/quicklaunch
npm install @weirdscience/quicklaunch
Typescript
Module System
Node Version
NPM Version
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
6
QuickLaunch is a streamlined CLI tool for deploying Node.js applications to remote servers. It simplifies the deployment process by handling SSH connections, file transfers, dependency management, and server configuration.
npm install -g @weirdscience/quicklaunch
Set up your deployment configuration:
quicklaunch init
This will guide you through setting up:
Deploy your Node.js application:
quicklaunch deploy
This command:
Secure your domain with a free Let's Encrypt SSL certificate:
quicklaunch ssl
This command:
Monitor your application logs in real-time:
quicklaunch logs
QuickLaunch stores its configuration in .deployrc.json
in your project root. Example configuration:
{
"host": "your-server.com",
"user": "root",
"path": "/var/www/app",
"domain": "yourdomain.com",
"port": 3000,
"appName": "myapp"
}
npm install
npm start
- Run the CLI locallynpm run dev
- Run with watch modenpm run build
- Build for productionnpm run format
- Format code with Biomenpm run lint
- Lint codenpm run check
- Run Biome checksContributions are welcome! Please feel free to submit a Pull Request.
MIT
Mike Romain
No vulnerabilities found.
No security vulnerabilities found.