Git Product home page Git Product logo

snake-names's Introduction

travisci codecov code style: prettier

Get popular snake names. Certified Lit ๐Ÿ”ฅ๐Ÿ”ฅ Accepting PRs for additional names.

  • An npm package to return a list of popular snake names.

Table of Contents

Installing / Getting started

A quick introduction of the minimal setup you need to get a up & running.

$ npm install snake-names

OR

$ yarn add snake-names

Usage

Here's a brief intro about what a developer must do in order to start developing the project further:

ES5:

const snakeNames = require('snake-names');

snakeNames.random();
//=> 'Albert'

React or ES6:

import snakeNames from "snake-names";

snakeNames.random();
//=> 'Albert'

CLI

$ npm install --global snake-names

OR

$ yarn global add snake-names
$ snake-names --help

  Get popular snake names

  Usage
    $ snake-names

  Options
    --all   Get all the names instead of a random name
    --type  Type of name  [Default: all]  [Values: female, male, all]

  Examples
    $ snake-names
    Albert
    $ snake-names --all --type male
    Adrian
    Igor
    โ€ฆ

API

Method Type Description
.all array List all popular snake names
.male array List all popular male snake names
.female array List all popular female snake names
.cute array List all cute snake names
.unique array List all unique snake names
.famous array List all famous snake names
.random(n) string/array returns a random snake name if no param is provided. Otherwise, returns an array of random snake names of length n.

Contributors

contributors

License

MIT ยฉ Murshid Azher.

snake-names's People

Contributors

brandiw avatar murshidazher avatar nayamamarshe avatar renovate-bot avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

snake-names's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/pull_request.yml
  • actions/checkout v4@b4ffde65f46336ab88eb53be808477a3936bae11
  • actions/setup-node v4
  • actions/cache v4
.github/workflows/push.yml
  • actions/checkout v4@b4ffde65f46336ab88eb53be808477a3936bae11
  • actions/setup-node v4
  • actions/cache v4
npm
package.json
  • flat-zip ^1.0.1
  • meow ^13.0.0
  • unique-random-array 3.0.0
  • auto 11.0.4
  • codecov 3.8.2
  • commitizen 4.3.0
  • cz-conventional-changelog 3.3.0
  • eslint 8.54.0
  • eslint-config-airbnb-base 15.0.0
  • eslint-plugin-import 2.29.1
  • husky 9.0.11
  • jest 29.7.0
  • lint-staged 15.0.2
  • prettier 3.2.5
  • node >=8
travis
.travis.yml
  • node 10
  • node 8

  • Check this box to trigger a request for Renovate to run again on this repository

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.