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

https://github.com/gastonpereyra/shuffle-items

Shuffle a list of items
https://github.com/gastonpereyra/shuffle-items

array list node shuffle

Last synced: 8 months ago
JSON representation

Shuffle a list of items

Awesome Lists containing this project

README

          

# Template NPM Packages

![npm-template](https://user-images.githubusercontent.com/39351850/89736287-af2cd580-da3e-11ea-86f2-f1829c3fafdf.png)

## :loudspeaker: Description
This is a template repository to make easier configurate NPM package repositories

## :floppy_disk: Installation

Steps :walking: :

1. :chestnut: In the *Top-Navbar*, at right corner, on *+*, click **new Repository**

![New Repository](https://user-images.githubusercontent.com/39351850/89736268-83115480-da3e-11ea-988d-066ce80f88b9.png)

2. :seedling: In *Repository Template*, open menu, click *npm-template*

![Use Template](https://user-images.githubusercontent.com/39351850/89736261-7ee53700-da3e-11ea-855f-f6ef9162b609.png)

3. :four_leaf_clover: Fill the **Repository Name**
4. :blossom: Add a **Description**
5. :bouquet: Click **Create Repository**

## :white_check_mark: Content

:bookmark: NPM - `package.json`

* `Mocha` and `Sinon` testings dependencies, and `test` / `test-ci` script
* `Nyc` coverage dependency, `.nycrc` file and `coverage` script
* `eslint` and `eslint-airbnb` linter dependencies and `.eslintrc.js` file
* `root/lib/` as file container

:bar_chart: Actions Workflows

* Build Status to run tests, on every branches
* Coverage status to generate Coveralls badge on push and PR
* Linter status for push and PR
* NPM publish on releases

:scroll: README Template

* Some Block pre-build
* Build Status and Coverage Status badges
* Must change `tpl` extension for `md`

# :pencil: References

* Templates in :us: [Click HERE!!!!!](https://docs.github.com/en/github/managing-your-work-on-github/about-project-boards)
* Templates en :es: [Click ACA!!!!!](https://docs.github.com/es/github/creating-cloning-and-archiving-repositories/creating-a-template-repository)