Skip to content

chunrapeepat/create-spigot-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published