geekingreen
  • Home
  • Contact
Subscribe

Node

A collection of 2 posts
JavaScript

NodeJS v4.0

Finally after months of separation, node and iojs have been merged together to form Node v4.0 [https://nodejs.org/en/blog/release/v4.0.0/]!
Sep 8, 2015
JavaScript

Simple .npm-init.js Example

Below is a simple example of how to create an .npm-init.js file which should be located in the root of your home directory. When running npm init this script is executed and anything contained in the module.exports section will be inserted into a new package.json or merged
Aug 12, 2015 1 min read
geekingreen © 2023
Powered by Ghost