Skip to content

gastonpereyra/generate-samples-dates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template NPM Packages

npm-template

📢 Description

This is a template repository to make easier configurate NPM package repositories

💾 Installation

Steps 🚶 :

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

New Repository

  1. 🌱 In Repository Template, open menu, click npm-template

Use Template

  1. 🍀 Fill the Repository Name
  2. 🌼 Add a Description
  3. 💐 Click Create Repository

✅ Content

🔖 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
📊 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
📜 README Template
  • Some Block pre-build
  • Build Status and Coverage Status badges
  • Must change tpl extension for md

📝 References

Releases

No releases published