1.1.1 • Published 7 years ago

create-spigot-project v1.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Create Spigot Project

Simple, Fast, Start your project easier with create-spigot-project!

Create Spigot Project is a file generator tool that can decrease your time on starting up new project. Note: this app will generate only /src/ in your working directory.

Bugs, New Feature, or Any Question hit this button.

Let's get started

Installation

Install it once globally:

npm install -g create-spigot-project

You’ll need to have Node >= 6 on your machine. You can use nvm to easily switch Node versions between different projects.

Setup New Project

This step is base on Text Editor or IDE you use. e.g. Eclipse, Netbean IDE, IntelliJ IDEA, .. whatever. Hit create-new-project button on text editor gui type your project name. when you finish create project. open the terminal or cmd and type this command:

cd /path/to/your/project

Generating File

Now you are on project directory. You just run the commands:

create-spigot-project

and following the commands instruction. then the system will generate your file into /src/ folder automatically!

AppName
└── src
    └── AppName.java - your JavaPlugin main class
    └── /commands/ - contains commands class
    └── /listeners/ - empty folder events class
    └── /core/ - empty folder for helper, dbconnection, ...

What about me

Hi! I'm Chun Rapeepat, Nice to meet you here. If you guys want to talk or exchange some knowledge with me, please contact on Facebook.