<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.objclt.ca/wiki/index.php?action=history&amp;feed=atom&amp;title=Npm</id>
	<title>Npm - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.objclt.ca/wiki/index.php?action=history&amp;feed=atom&amp;title=Npm"/>
	<link rel="alternate" type="text/html" href="http://wiki.objclt.ca/wiki/index.php?title=Npm&amp;action=history"/>
	<updated>2026-04-15T02:24:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>http://wiki.objclt.ca/wiki/index.php?title=Npm&amp;diff=407&amp;oldid=prev</id>
		<title>Nicolas Rollin: Created page with &quot;== Publish an application == === Init you identity === &lt;pre&gt; npm set init.author.name &quot;Your Name&quot; npm set init.author.email &quot;you@example.com&quot; npm set init.author.url &quot;http://y...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.objclt.ca/wiki/index.php?title=Npm&amp;diff=407&amp;oldid=prev"/>
		<updated>2015-06-12T21:18:46Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Publish an application == === Init you identity === &amp;lt;pre&amp;gt; npm set init.author.name &amp;quot;Your Name&amp;quot; npm set init.author.email &amp;quot;you@example.com&amp;quot; npm set init.author.url &amp;quot;http://y...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Publish an application ==&lt;br /&gt;
=== Init you identity ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
npm set init.author.name &amp;quot;Your Name&amp;quot;&lt;br /&gt;
npm set init.author.email &amp;quot;you@example.com&amp;quot;&lt;br /&gt;
npm set init.author.url &amp;quot;http://yourblog.com&amp;quot;&lt;br /&gt;
&lt;br /&gt;
npm adduser&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Create a package.json and publish it:===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /path/to/your-project&lt;br /&gt;
npm init&lt;br /&gt;
&lt;br /&gt;
npm install -g pakmanager&lt;br /&gt;
# this shows you dependencies as you `require`d them&lt;br /&gt;
pakmanager deps&lt;br /&gt;
# now edit `package.json` and add any deps you forgot about&lt;br /&gt;
&lt;br /&gt;
npm publish ./&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See [https://gist.github.com/coolaj86/1318304 Getting Started with NPM (as a developer)]&lt;/div&gt;</summary>
		<author><name>Nicolas Rollin</name></author>
	</entry>
</feed>