New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

jamify

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jamify

Help porting websites to a modern stack

Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Jamify

A tool to help porting websites to modern tech stacks (project was extracted from the a bigger, internal monorepo)

Using the CLI

It is currently not published to NPM because it is a closed source project and we don't have a NPM premium account. For now, this is also better, as bugs may arise when using the tool, which can be immediately tracked and fixed when used locally.

When the repository was cloned, perform the following steps to be able to use the CLI tool locally:

npm i
npm run build
npm link

Now you can use it in your Shell of choice. Type jamify --help to get details about the usage.

Converting a site to Gatsby.js

Developing Jamify

When developing Jamify, first create a .env file in the root of your project:

DEV_COMMAND=gatsby -u http://localhost:8080 -r -o ./out

The DEV_COMMAND variable is the current command you want to simulate.

Now run npm run dev

Live-reload is enabled thanks to Nodemon.

Commit Standard

Please use the commitizen CLI to create commit messages

FAQs

Package last updated on 28 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts