1.0.5 • Published 8 months ago

alphabet-running-code v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

Generates Next Alphabet Code

NPM Version NPM Install Size NPM Downloads

const codeGen = require('alphabet-running-code')

const nextCode = codeGen.getNextCode("ABCD");
console.log("Next code", nextCode);

Installation

Installation is done using the npm install command:

$ npm install alphabet-running-code

Features

  • Generate Next Alphabetic Sequence, say: AAA => AAB
  • Generate Next Alphabetic Sequence with prefix and suffixß