1.0.3 • Published 3 years ago
ini-inject v1.0.3
INI Inject
ini 파일을 여러분이 지정한 타입에 맞춰 들고와 변환해주는 모듈입니다.
Badges
Usage
npm config set registry https://npm.rhea-so.com/
npm i @rhea-so/ini-loader
import { Column, LoadFile } from '@rhea-so/ini-loader';
@LoadFile('config/test1')
class INITest1 {
@Column()
static NAME: string;
@Column()
static MATH_SCORE: number;
}
console.log(INITest1.NAME);
console.log(INITest1.MATH_SCORE);
Configuration & Setup
Project Cloning
git clone https://github.com/rhea-so/INILoader
cd 07_INILoader
npm config set registry https://npm.rhea-so.com/
npm i
Build
tsc
Test
npm test
Get Test Coverage
npm run coverage
Documentation
Contribute
부탁드립니다. 이 프로젝트는 여러분의 기여를 바라고 있습니다. 기여를 해주세요.
기여를 하는 법은 크게 어렵지 않습니다!!
Questions
- GitHub - open issue
- Email - jeonghyeon.rhea@gmail.com