🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

mcaddon-start

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

mcaddon-start

Minecraft Addon Project Generator with Webpack + Typescript

unpublished
latest
Source
npmnpm
Version
1.0.21
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

MCAddon Start

What is This

This is Minecraft Addon project generator with Webpack + Typescript

Read this in other languages: English, 한국어

How to Use

alt text

  • Step 1 Install VSCode and NodeJS
  • Step 2 Open Terminal - You can open terminal with Windows key + R -> cmd -> Enter on Windows
    And run below command from terminal
cd C:\path\to\projects ## Move to projects directory. This path is fake, write own path
npm i -g mcaddon-start  ## install mcaddon-start
mcaddon-start [project name] ## It will generate project and packs
  • Step 3 Open generated directory with VSCode(It will automatically open, If you allow to use code command)
    Press Ctrl + Shift + B and select Watch to auto build
    You can modify script in src/server/index.ts
    It recommends to install Typescript + Webpack Problem Matchers

FAQs

Package last updated on 10 Oct 2019

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