npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

serverless-cloud-framework

v1.1.0

Published

Serverless Tencent command line tool

Downloads

613

Readme

目录

简介

Serverless Cloud Framework 是业界非常受欢迎的无服务器应用框架,开发者无需关心底层资源即可部署完整可用的 Serverless 应用架构。Serverless Cloud Framework 具有资源编排、自动伸缩、事件驱动等能力,覆盖编码、调试、测试、部署等全生命周期,帮助开发者通过联动云资源,迅速构建 Serverless 应用。

快速开始

前置条件

  1. Nodejs 12.x 及以上版本
  2. Serverless CLI, 如果没有安装可以使用 npm i -g serverless-cloud-framework 命令安装
  3. 注册腾讯云账号并开通相关权限

安装使用

直接使用 serverless-cloud-framework CLI

$ npm i -g serverless-cloud-framework
$ scf init express-starter --name example
$ cd example
$ scf deploy

支持的命令

功能特点

  • 支持 Node.js, Python, Java, Go, Php, , 也可以使用自定义运行环境
  • 可以通过serverless-cloud-framework CLI管理你的 serverless 项目的整个生命周期:
    • 部署: scf deploy
    • 调用: scf invoke
    • 本地调用: scf invoke local, 当前支持Node.js, Python, Php 项目
    • 日志查看: scf logs
    • 实例信息查看: scf info
    • 实例删除: scf remove
    • 实时调试: scf dev
  • 丰富的官方组件支持, 下面所列出仅为一部分
  • 对不同组件的配置文件字段进行校验, 包括字段类型,字段值的范围,字段可取限制等,为用户提供更友好的开发体验和错误排查。 当前支持对scf, multi-scf, http, website组件的配置文件进行校验