2.8.0 • Published 7 months ago

netux v2.8.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 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.7.0

7 months ago

2.8.0

7 months ago

2.6.0

2 years ago

2.5.1

6 years ago

2.5.0

6 years ago

2.4.3

6 years ago

2.4.2

7 years ago

2.4.1

7 years ago

2.4.0

7 years ago

2.3.1

7 years ago

2.2.4

7 years ago

2.2.3

7 years ago

2.2.3-dev1

7 years ago

2.2.2

7 years ago

2.2.2-dev2

7 years ago

2.2.2-dev

7 years ago

2.2.0

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago