Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/milan-miscevic/js-skeleton

Starting point for other JS projects
https://github.com/milan-miscevic/js-skeleton

javascript-project javascript-template js-project js-template skeleton skeleton-application template template-application

Last synced: 22 days ago
JSON representation

Starting point for other JS projects

Awesome Lists containing this project

README

        

# js-skeleton

[![Software License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)

[![GitHub Build](https://github.com/milan-miscevic/js-skeleton/workflows/Test/badge.svg?branch=master)](https://github.com/milan-miscevic/js-skeleton/actions)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=milan-miscevic_js-skeleton&metric=alert_status)](https://sonarcloud.io/dashboard?id=milan-miscevic_js-skeleton)

This repository provides a starting point for other JavaScript projects.

## Installation

1. Create a new project based on this GitHub template.
1. Clone the project.
1. Update the `package.json` data:
* `name`
* `description`
* `keywords`
1. Update the `package-lock.json` file.
1. Update the `README.md` file.
1. Make other needed adjustments.
1. Commit & push.
1. Continue work on the new project.

## Usage

For available commands check [Makefile](Makefile).