0.5.3 • Published 3 years ago

yalt4node v0.5.3

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

Yalt4node

yalt4node - yet another library template for nodejs

Install

npm i -g yalt4node

Usage

yalt4node generate lib

? Lib name (use camelCase or kebab-case => will be transformed to kebab-case) my super lib
? Enter your github username nriesco
⠼ 2/3 Installing...

Done!
Happy coding!

This will result in a directory (my-super-lib) with this structure:

├── .nyc_output
|  └── ...
├── cloud_function
|  └── index.js
|  └── index.html
├── COVERAGE
|  └── index.html
|  └── ...
├── dist
|  └── .create
|  └── COVERAGE.md
|  └── COVERAGE_RAW.md
|  └── DOCS.md
├── node_modules
|  └── ...
├── src
|  └── index.js
├── test
|  └── index.js
├── .eslintrc.js
├── .gcloudignore.js
├── .gitignore.js
├── .mocharc.js
├── .npmignore.js
├── CHANGELOG.md
├── cloudbuild.yaml
├── index.js
├── nyc.config.js
├── package-lock.json
├── package.json
├── README-GITHUB.md
├── README.md
└── webpack.config.js

Try open coverage/index.html and navigate that local site.

Also dist/COVERAGE.md and dist/DOCS.md are generated, they are (so far) fully compatible with vuepress and vuepress flowchart plugin.

DOCS.md will look like this:

Sample DOCS

And COVERAGE.md will look like this:

Sample COVERAGE

Important references

0.5.3

3 years ago

0.5.0

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.4.0

4 years ago

0.4.2

4 years ago

0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.0

5 years ago

0.0.3-beta1.1

5 years ago

0.0.3-beta1.0

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago