This is only for testing npm init for installing other things. https://learnjsthehardway.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Zed A. Shaw 85385a7eb3 The create command tests out if you can do options and seems to work just fine. 1 year ago
commands The create command tests out if you can do options and seems to work just fine. 1 year ago
lib Setting up a base project for this. 1 year ago
tests/commands Setting up a base project for this. 1 year ago
.gitignore Initial commit 1 year ago
LICENSE Initial commit 1 year ago
README.md Initial commit 1 year ago
bando.js Setting up a base project for this. 1 year ago
package-lock.json Setting up a base project for this. 1 year ago
package.json You need to have a bin named after what you want people to run, but that means you probably don't even need to name the project the same as the npx command. 1 year ago

README.md

npm-testing

This is only for testing npm init for installing other things.