This is the main template repository for our projects. It includes the basic structure and important configuration files for a modern JavaScript project.
Note
"Unordered" lists in this document are ordered by priority from top to bottom, but aren't markdown ordered lists because they don't signify fixed sequences of steps.
This document uses emoji suffixes in some cases to possibly speed up your setup process by highlighting options you may or may not want to take into consideration:
- The suffix 💎 marks a recommended option or extra-step.
- The suffix 🤡 marks a possible but not recommended option.
- The suffixes 🍎 (macOS), 🪟 (Windows and WSL) and 🐧 (Linux) mark information or installation steps unique to specific platforms.
If you're a developer, you'll presumably have those or working alternatives, feel free to skip to the Installation section. This guide expects you have Windows, or a Unix or Unix-like operating system (macOS for example) and a modern browser installed. This project should work on every imaginable modern system configuration, but your best bet would be to use a well established and popular one.
-
Get the template
-
Create a new repository from template 💎
-
Create a new repository by cloning 🤡
This completely defeats the purpose of the GitHub template feature, because normal clones (and forks) copy the whole commit history (and other things) but not all branches, which normally isn't what you want when creating a new project based on a boilerplate. Read more here.
-
Clone this repository into a new folder
git clone https://github.com/pumpncode/template.git my-new-repository
-
-
-
Set it up
-
Go into your new repository folder
cd my-new-repository
-
Initialize the project
deno task initialize
-
Because this is a template, the usage depends on what your new project will do. Once everything is installed, you can try running the tasks in the deno.json, these make use of every other feature of this template.
See the current projects and the open issues for a list of proposed features and known issues.
Any contributions you make are greatly appreciated.
See the contributing guide for ways to get started.
This project has a code of conduct. By interacting with this repository you agree to follow its terms.
Pumpn Code - [email protected]
Nano Miratus - @nnmrts - [email protected]
Project Link: https://github.com/pumpncode/template
Name | Website | GitHub |
---|---|---|
Nano Miratus | https://pumpn.net/ | @nnmrts |