2.6.0 • Published 11 months ago

netux v2.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

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

2.6.0

11 months ago

2.5.1

5 years ago

2.5.0

5 years ago

2.4.3

5 years ago

2.4.2

6 years ago

2.4.1

6 years ago

2.4.0

6 years ago

2.3.1

6 years ago

2.2.4

6 years ago

2.2.3

6 years ago

2.2.3-dev1

6 years ago

2.2.2

6 years ago

2.2.2-dev2

6 years ago

2.2.2-dev

6 years ago

2.2.0

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago