atypo
v1.2.3
Published
This module is a joke, literally.
Downloads
2
Maintainers
Readme
atypo
I created this module only because npm supports misspelled (actually a typo !) versions of the install
command---which means you can now write npm isntall atypo
.
*cue laugther*
So, When someone tell you that,
$ npm isntall thatgreat
You can now respond with
$ npm isntall atypo
* 😉 *
Where is this from?
afberg has created thatgreat as a joke on NPM and shared it on Reddit as npm
supports package installation using misspelled npm isntall
as well as npm install
.
https://www.reddit.com/r/javascript/comments/bjvrex/npm_isnt_all_that_great/
Installation
$ npm isntall atypo
Usage
// browser
import atypo from 'atypo'
atypo() // Prints `NPM isn't all a typo !`
// node
const atypo = require('./atypo')
atypo() // Prints `NPM isn't all a typo !`