[go: up one dir, main page]

Skip to content

netux/netux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netux

Martín "Netux" Rodriguez

usage

As a postinstall script.

npm install netux
# => {"name":{"first":"Martín","last":"Rodriguez"},...}

As a JSON object.

console.log(require('netux')); // => {"name":{"first":"Martín","last":"Rodriguez"},...}

With TypeScript support.

import * as netux from 'netux';

const personName = netux.name; // of type { first: string; last: string }
console.log(`${ personName.first } ${ personName.last }`); // => "Martín Rodriguez"

credits

@johnkpaul, @bevacqua and @joshhunt

license

MIT

About

Martín "Netux" Rodriguez

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 55.8%
  • JavaScript 44.2%