1.0.5 • Published 4 years ago

create-new-js-project v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Create Function and Test

Create a basic node project with jest installed.

Instructions

  1. First, install the package globally by copy and pasting the following into your terminal:

npm i create-new-js-project -g

  1. Next, to create a new project, type the command:

create-new-js-project <your-project-name>

  1. Make sure to replace:

<your-project-name>

with the name of your project.

  1. Finally, enter:

cd <your-project-name>

and edit the files in your code editor of choice.

Commands

  • yarn test will run jest --watch, allowing jest to track any updates to your test.
1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago