1.0.0 • Published 3 years ago

xeptao-vanilla-template v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Project Name

by Xeptao

https://project-website.com/

Project Image

Table Of Contents

What It Achieves

  • With you can
  • helps you _
  • If you use then you _
  • is related to because _

Examples

Code snippet:

const randomNumber = Math.floor(Math.random() * 3);
console.log(randomNumber);

Code snippet:

console.log("Hello!);

Code snippet:

const playerIsAlive = true;
const playerState = new Promise((resolve, reject) => {
  if (playerIsAlive = true) resolve();
  if (!playerIsAlive) reject();
});

Get Started

There are several ways to get started using :

  • Install with NPM: $ npm install <PACKAGE NAME>
  • Add with Yarn: $ yarn add <PACKAGE NAME>
  • Clone this repository: $ git clone https://github.com/user/repo/

Technologies

How To Contribute

Contributors

License And Copyright

You are free to copy, modify, and distribute with attribution under the terms of the . See the LICENSE file for details.