A nodeJS tool provided for students of Code Institute. The tool will create the boilerplate for your current milestone project. This will speed up development as you can can focus more on your code rather then how the folder structure etc is.
- User Centric Frontend (Milestone 1)
- Interactive Frontend (Milestone 2)
- Data Centric Development (Milestone 3)
- Full Stack Frameworks (Milestone 4)
- As a student, I want a quick way to setup my project.
- As a student, I want to create a boilerplate project.
- As a student, I want to use Vscode as my Primary IDE
- As a student, I want to use Gitpod as my Primary IDE
These are the requirements to run the tool.
- Please make sure you have python 3.x installed on your system. (You can test this by typing
python --version
in a terminal) - Please install the tool using npm
npm install -g @eventyret/padawan
- You can now use
padwan
orpadawan
to start the application
If you wish to develop things please follow the guidelines in Contribute
Please see issues
- Padwan Logo taken from Wikipedia
- Readme template from Code Insitute