diff --git a/README.md b/README.md index c4c0f93..c208cb8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,25 @@ # Create-node-template + + + + + + ## Description This project is a template for creating a new node project. It is a CLI tool that will create a new project with the following features: @@ -8,7 +28,7 @@ This project is a template for creating a new node project. It is a CLI tool tha ## Prerequisites -- Node.js v 16.7.0 or higher (required by experimental ``fs.cp`` in node-basic) +- Node.js v 16.7.0 or higher (required by experimental `fs.cp` in node-basic) ## How to use @@ -21,9 +41,10 @@ npx create-node-template --flags 3. Select template (node-basic, express-basic, express-advanced). ## Features -- Import path aliases. + +- Import path aliases. - Eslint flat config file (needs VSCode setting). -- +- ## References diff --git a/lala.html b/lala.html new file mode 100644 index 0000000..23e812c --- /dev/null +++ b/lala.html @@ -0,0 +1,17 @@ + + + diff --git a/package.json b/package.json index 03a36b4..d205e03 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "create-node-template", "description": "Create node.js/express boilerplate with one command", "author": "AndyOooh", - "version": "0.1.12", + "version": "0.1.13", "exports": "./src/index.js", "type": "module", "engines": {