$ npm install docgen-x
- Creates License files effectively and fast.
- With
docgen-x
, Licensing is a matter of seconds.
docgen-x currently provides 8 commands,
-
docgen
This command is not a workflow command and it just displays the name.
-
docgen-v
This command displays the current version of the docgencli.
-
docgen-help
This command provide help.
-
docgen-m
This command creates a MIT license file instantly with the filename you give.
-
docgen-a
This command creates a APACHE 2.0 license file instantly with the filename you give.
-
docgen-g3
This command creates a GNU 3.0 license file instantly with the filename you give.
-
docgen-g2
This command creates a GNU 2.0 license file instantly with the filename you give.
-
docgen-bsd2
This command creates a BSD 2-clause "Simplified" license file instantly with the filename you give.
If you type docgen-m MITSAMPLE.md
in terminal/bash, A new .md file with name "MITSAMPLE" containing MIT License statement will be created in the current working directory.
If you type docgen-a APACHESAMPLE.md
in terminal/bash, A new .md file with name "APACHESAMPLE" containing APACHE 2.0 License statement will be created in the current working directory.
Copyright (c) 2021 Vishwa.R
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.