haydenturek-constants
v1.0.5
Published
Shared constants for haydenturek projects
Downloads
16
Readme
haydenturek-constants
Shared constants for haydenturek projects.
Installation
npm install haydenturek-constantsUsage
TypeScript/JavaScript (ES modules)
import { APP_NAME, DOMAIN_NAME } from 'haydenturek-constants'
console.log(APP_NAME) // 'haydenturek'
console.log(DOMAIN_NAME) // 'haydenturek.com'Development
Building
npm run buildPublishing
npm version patch
npm publishConstants
APP_NAME: The application name ('haydenturek')DOMAIN_NAME: The main domain name ('haydenturek.com')
