1.0.7 • Published 1 year ago

alphabet-running-code v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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);
import { getNextCode, getNextCodeWithDecoration } from 'alphabet-running-code';

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

const nextCoded = getNextCodeWithDecoration("ABCD", "(", ")");
console.log("Next code", nextCoded);

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ß
1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago