Skip to content

mcrypted/simple-node-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

simple-node-setup

How to use:

# Step 1 - Clone this repository
git clone https://github.com/m-codes/simple-node-setup

# Step 2 - Change directory and change permissions on the file
cd simple-node-setup
chmod +x simple-node-setup.sh

# Step 3 - Run the script
./simple-node-setup.sh "myNewDirectory"

Please include your directory name between quotes

The script will execute and create a directory with the given name as well as .js file and a .test.js file.

Your .test.js file will be parsed with a template test.

Finally the script will run jest which will return green and exit :)

You can then move the .sh file anywhere you want to create a project and run the command on Step 3!

Here's a screenshot of what you will get

simple-node-setup

About

A simple bash script to get you started with Node in seconds!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages