This repository has been archived by the owner on Dec 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
package specialization: CLI #59
Labels
enhancement
New feature or request
Comments
this commit includes many of the changes for what needs to be different from a normal package: form8ion/utils-cli@39ac831, but don't forget to specify the command name properly |
extract overlap between cli and package scaffolding |
travi
added a commit
that referenced
this issue
May 19, 2019
travi
added a commit
that referenced
this issue
May 20, 2019
to prepare for actually exposing it as an option for #59
travi
added a commit
that referenced
this issue
May 21, 2019
but there are still some details to finish up with the actual scaffolding. this should be helpful tho, even with those outstanding details for #59
travi
added a commit
that referenced
this issue
May 22, 2019
travi
added a commit
that referenced
this issue
May 27, 2019
travi
added a commit
that referenced
this issue
May 28, 2019
and backfilled integration coverage for package name including the scope for #59
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
.npmrc
withsave-exact=true
/bin/
instead of/lib/
in.eslintignore
/bin/
instead of/lib/
in.gitignore
bin
property inpackage.json
set tobin/<script-name>.js
main
ormodule
properties inpackage.json
/bin/
instead of/lib/
in thefiles
property of thepackage.json
/bin/
instead of/lib/
in theclean
script inpackage.json
rollup-plugin-executable
androllup-plugin-json
update-notifier
json()
andexecutable()
plugins in therollup.config.js
rollup.config.js
with shebang bannerREADME.md
contentminimist
,commander
,yargs
,oclif
)The text was updated successfully, but these errors were encountered: