You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@khalifenizar kindly provided makews.js a long time ago that creates a stub of a workshopper.
It would be good to update this and create a proper workshopper-adventure binary.
check if learnyoufancyframework is taken in npm (and abort if it is)
create a new folder learnyoufancyframework
create a package.json that has a dependency workshopper-adventure with the namelearnyoufancyframework the version 1.0.0
create a index.js file that references and specify it as main in the package.json
create an executable bin/learnyoufancyframework file that references index and add it as bin to the package.json
add a dev-dependency to workshopper-adventure-test and add the test to the scripts.test of the package.json
add node_modules to .gitignore
Add readme.md with stubs.
run git init
(optionally)
use the github api to create a learnyoufancyframework project under the current user.
use the github api to add information (email, name, repository) to the package.json
add git remote and push to origin
Discussion If this is added to workshopper-adventure then then this will make workshopper-adventure heavier. Maybe its better to put it into wa-gen or alike npm package.
The text was updated successfully, but these errors were encountered:
@khalifenizar kindly provided
makews.js
a long time ago that creates a stub of a workshopper.It would be good to update this and create a proper
workshopper-adventure
binary.should
learnyoufancyframework
is taken innpm
(and abort if it is)learnyoufancyframework
package.json
that has a dependencyworkshopper-adventure
with the namelearnyoufancyframework
the version1.0.0
index.js
file that references and specify it asmain
in thepackage.json
bin/learnyoufancyframework
file that referencesindex
and add it asbin
to thepackage.json
workshopper-adventure-test
and add the test to thescripts.test
of thepackage.json
node_modules
to.gitignore
(optionally)
package.json
Discussion If this is added to workshopper-adventure then then this will make workshopper-adventure heavier. Maybe its better to put it into
wa-gen
or alike npm package.The text was updated successfully, but these errors were encountered: