GithubHelp home page GithubHelp logo

clone's Introduction

Repository

A boilerplate repository for JavaScript DevOps tools like LoDash, Async, Debug, etc.

Problems

Creating repositories like LoDash, Neo-Async (& Async), BlueBird, in JavaScript is HUGE pain in the ass! A lot of time is spent working on things that are not the main repository. This repository will help get kickstarted with documentation, unit tests, benchmarks, licenses, code of conducts, contribution guidelines, linting, code transpiling, code wrangling, code coverage, patronage, and Node.js & Browswer Support.

Scripts

The following is a list of scripts that can be used to manipulate different components of a library.

  • npm run docs: Creates (or updates) a DOCUMENTATION.md file in the root of your repository using JSDoc and generates .html files in the doc/ folder which hold a website version of DOCUMENTATION.md
  • npm run docs:markdown Creates (or updates) a DOCUMENTATION.md file in the root of your repository using JSDoc
  • npm run docs:html Generates .html files in the doc/ folder which hold a website version of DOCUMENTATION.md
  • npm test Runs units tests in terminal (CLI) & in your default browser - typically through https://localhost:8080/
  • npm run test:node Runs units tests in terminal (CLI)
  • npm run test:browser Runs units tests in your default browser - typically through https://localhost:8080/

File Structure

.
|__ README.md
|__ DOCUMENTATION.md
|__ CODE_OF_CONDUCT.md
|__ CONTRIBUTING.md
|__ LICENSE
|__ package.json
|__ .gitignore
|__ dist/
|__ docs/
|__ tests/
|__ scripts/
|__ src/

Getting Started

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.