@@ -11,24 +11,43 @@ Start you project easily with the right tools and best practices.
11
11
## Usage
12
12
13
13
``` bash
14
- npx @kdcsoftware/create-nodejs package-name
14
+ _ ______ ____ ____ __ _
15
+ | | / / _ \ / ___/ ___| ___ / _| | ___ ____ _ _ __ ___
16
+ | ' /| | | | | \___ \ / _ \| |_| __\ \ /\ / / _` | ' __/ _ \
17
+ | . \| | _| | | ___ ___) | (_) | _| | _ \ V V / (_| | | | __/
18
+ | _| \_\_ ___/ \_ ___| ____/ \_ __/| _| \_ _| \_ /\_ / \_ _,_| _| \_ __|
19
+
20
+ Usage: npx @kdcsoftware/create-nodejs package-name
21
+
22
+ Options:
23
+ -V, --version output the version number
24
+ --no-bundle do not bundle the build output
25
+ -g, --git-origin < remote-url> add git remote url as origin
26
+ -i, --info print environment debug info
27
+ -h, --help display help for command
28
+
29
+ Example:
30
+ npx @kdcsoftware/create-nodejs my-awesome-package
31
+
15
32
` ` `
16
33
17
34
# # What's included
18
35
19
36
# ## Packages Installed
20
37
21
- - babel
22
- - eslint
23
- - prettier
24
- - jest
25
- - husky
26
- - lint-staged
38
+ - [babel](https://babeljs.io/)
39
+ - [eslint](https://eslint.org/)
40
+ - [prettier](https://prettier.io/)
41
+ - [jest](https://jestjs.io/)
42
+ - [husky](https://github.com/typicode/husky)
43
+ - [lint-staged](https://github.com/okonet/lint-staged)
44
+ - [parcel](https://parceljs.org/)
27
45
28
46
# ## Scripts
29
47
30
48
- Build script
49
+ - Bundler script
31
50
- Sample test script
32
51
- GitHub Actions for merging and publishing
33
- - Initialize git
52
+ - Initialize git and add remote url
34
53
- Add info in package.json
0 commit comments