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

@tremho/mist-lift

v2.0.7

Published

lift command line utility for MistLift development

Downloads

450

Readme

MistLift

CLI tools and structured project support for easy-access cloud development

AWSLogo AWSFeature

NPM version Downloads TotalDownloads

MistLift, aka @tremho/mist-lift at npm is an OpenSource project aimed at providing an easy and seamless platform for developers to quickly develop cloud services locally and then migrating to cloud with a simple and lightweight Command Line API that avoids some of the more intimidating aspects of using larger frameworks for such purposes.

This provides a much lower barrier to entry to would-be cloud developers and encourages a more open, distributed set of architectural choices from the very beginnings of a new project.

The initial version of MistLift is complete with minimal viability to represent its future potential. It focuses on a Typescript (JavaScript) oriented NodeJS stack hosted on the Amazon Web Services (AWS) Cloud infrastructure.

In the future, other stacks will be supported, including DotNet and Python, and other stacks supported by AWS. Other cloud hosts, such as Azure, are also planned to be supported in future versions.

Contributions Needed

MistLift is fully functional now, but there is much more planned in the vision roadmap, and your help is needed!

GitHub Repository

Any level of involvement or contribution is appreciated. Please see the Contribution Guidelines.

Also review the Future States Plan and the issues page for future state plans and status.

Getting Started

To get started using MistLift, please see the QuickStart Guide

Changelog

2.0.7

  • misc fixes
  • improved esbuild start/watch

2.0.6

  • additional fixes for API built-in
  • minor update for memorySize and timeout reporting

2.0.5

  • add support for memorySize in definitions.json
  • increase memorySize for webroot built-in to 1024

2.0.4

  • FIXED BUILTINS That were broken in the 2.0.3 release. Now file access and api are working again.

2.0.3

  • Changed structure of function unit test files. No longer couching into a separate directory, as this limited ability to access function code directly.
  • Including TapAssert as part of test solution and creating a new .test.ts file that demonstrates its use for the placeholder source created.
  • Updated built-in methods to use latest dependencies.

2.0.2

  • includes webroot template files for esbuild and watcher support
  • adds support for timeoutSeconds in definitions.json

2.0.1

  • Fixes sourcemap issues, via @tremho/gen-logger 2.0.1

2.0.0

  • Revised logging implementation using @tremho/gen-logger
  • Numerous bug fixes
  • Additional documentation for 1.2.0 changes

1.2.0

  • Minor Breaking Change service definition allowedMethods changed to just method. No more pretense of supporting multiple methods for the same function. This is breaking because any previous service definition files need to change this property name to continue to work with this version or later.

  • Support for a common library shared by functions (see Tips and Techniques)

  • Support for esbuild (e.g. React) (see [ESBuild and React support](./doc/ESBuild and React support.md))

1.1.8

  • Fixed a bug with certain forms of JSON responses on AWS

1.1.5, 1.1.6, 1.1.7 -- 7/2/24

  • A number of Windows-related fixes

1.1.1, 1.1.2, 1.1.3, 1.1.4 -- 7/1/24

  • documentation updates
  • insure commands issued at project root
  • build if necessary before starting local server
  • fix local request handling treatment of body
  • fix package definition cross-over bug
  • add lint and test targets
  • fixes for Windows and its wacky ways

1.1.0 -- 6/28/24

  • add info command

1.0.3 -- Initial Release 6/27/24

  • Include missing template files in npm publish

1.0.0 - 1.0.2 -- Pre Release 6/26/24

  • Basic functionality

  • minor bug fixes

  • documentation

  • ts-standard linter adopted