Skip to main content
Deno 2 is finally here 🎉️
Learn more

Impact

A new way to write server side apps in deno.

Installation

Requirements

Linux/MacOS/BSD

curl -fsSL https://deno.land/x/install/install.sh | sh
deno --unstable install -f --allow-read --allow-env --allow-write --allow-net --import-map=import_map.json --name impact https://raw.githubusercontent.com/sawcce/jinxs-impact/master/cli.ts

Windows

iwr https://deno.land/x/install/install.ps1 -useb | iex
deno --unstable install -f --allow-read --allow-env --allow-write --allow-net --import-map=import_map.json --name impact https://raw.githubusercontent.com/sawcce/jinxs-impact/master/cli.ts

Other

To install on other platforms see the official deno guide.

NOTE: If the deno installation fails try to read the official deno guide or if the impact installation fails open an issue.

Getting started

To getting started you can initialize a new empty project with impact:

impact init
impact dev

impact init creates a new project and impact dev starts the application.

Contributing

To contribute to the impact developement process clone locally the impact official repository:

git clone https://github.com/sawcce/jinxs-impact

and start contributing, before committing format your files with the prettier formatter.

=======

Install the cli

Run this command with the deno cli installed: deno --unstable install -f --allow-read --allow-env --allow-write --allow-net --import-map=import_map.json --name impact https://raw.githubusercontent.com/sawcce/jinxs-impact/master/cli.ts