Skip to content

pumpncode/template

template

logo of pumpncode/template

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.

Getting Started

Prerequisites

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.

Installation

  1. Get the template

    • Create a new repository from template 💎

      1. Click "Use this template" Screenshot of "Use this template" button

      2. Fill in the details, check "Include all branches" and click "Create repository from template" Screenshot of Create a new repository from template screen

      3. Clone your new repository

        git clone https://github.com/username/my-new-repository.git
    • 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.

      1. Clone this repository into a new folder

        git clone https://github.com/pumpncode/template.git my-new-repository
  2. Set it up

    1. Go into your new repository folder

      cd my-new-repository
    2. Initialize the project

      deno task initialize

Usage

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.

Roadmap

See the current projects and the open issues for a list of proposed features and known issues.

Contributing

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.

Contact

Pumpn Code - [email protected]

Nano Miratus - @nnmrts - [email protected]

Project Link: https://github.com/pumpncode/template

Acknowledgments

Contributors

Name Website GitHub
Nano Miratus https://pumpn.net/ @nnmrts

License

0BSD © Pumpn Code

About

the basic repository template for pumpn code projects

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 3

  •  
  •  
  •