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
- Host: GitHub
- URL: https://github.com/gastonpereyra/shuffle-items
- Owner: gastonpereyra
- License: mit
- Created: 2020-09-26T23:49:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-27T21:02:26.000Z (about 5 years ago)
- Last Synced: 2024-12-30T04:26:55.330Z (10 months ago)
- Topics: array, list, node, shuffle
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Template NPM Packages

## :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**

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

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)