Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mch-fauzy/reference-number-generator
Module to generate reference number
https://github.com/mch-fauzy/reference-number-generator
generator git jest sequence typescript
Last synced: 1 day ago
JSON representation
Module to generate reference number
- Host: GitHub
- URL: https://github.com/mch-fauzy/reference-number-generator
- Owner: mch-fauzy
- Created: 2023-11-24T10:36:27.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-08T06:31:59.000Z (11 months ago)
- Last Synced: 2024-01-15T14:39:11.206Z (10 months ago)
- Topics: generator, git, jest, sequence, typescript
- Language: TypeScript
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
To get started, follow the steps below:
1. Navigate to the project directory
2. Install the required dependencies:
```
npm install
```
3. Run the program:
```
npm run dev
```
4. Or Test the program:
```
npm run test
```