New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fasthr

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fasthr - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

fasthr-1.0.2.tgz

2

package.json
{
"name": "fasthr",
"version": "1.0.1",
"version": "1.0.2",
"description": "A fast and tiny CLI tool to easily spin up a hot reload http server on the current directory",

@@ -5,0 +5,0 @@ "bin": {

@@ -5,4 +5,6 @@ ![Fast Hot Reload CLI Logo](https://assets.jeanlescure.io/ujf5Hb.svg)

This is a tiny CLI tool that mixes together [no-bs-typescript-server-boilerplate](https://github.com/jeanlescure/no-bs-typescript-server-boilerplate), [fastify](https://github.com/fastify/fastify), and [livereload](http://livereload.com/) to easily spin up a hot reload http server on the current directory.
This is a tiny (6.5kb) CLI tool that mixes together [no-bs-typescript-server-boilerplate](https://github.com/jeanlescure/no-bs-typescript-server-boilerplate), [fastify](https://github.com/fastify/fastify), and [livereload](http://livereload.com/) to easily spin up a hot reload http server on the current directory.
![](https://raw.githubusercontent.com/jeanlescure/fasthr/main/public/demo.gif)
## Like this project? ❤️

@@ -16,4 +18,16 @@

## System dependencies
- Node.js ([install instructions](https://github.com/nvm-sh/nvm#installing-and-updating))
## Usage
With `npx` you can use as a one-liner:
```sh
$ npx fasthr
```
**Alternatively**
Install globally:

@@ -25,3 +39,3 @@

Run:
then run:

@@ -36,4 +50,6 @@ ```sh

Run help for more options:
## Options
Run help trigger for more info:
```

@@ -40,0 +56,0 @@ $ fasthr -h

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc