Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve docs on how to run NOT as a global module #20

Open
mhulse opened this issue Jan 10, 2019 · 0 comments
Open

Improve docs on how to run NOT as a global module #20

mhulse opened this issue Jan 10, 2019 · 0 comments

Comments

@mhulse
Copy link
Owner

mhulse commented Jan 10, 2019

This could be useful to document for those that don't want to run npm link:

# Use as a global module:
$ npm link
$ boilerplate -d path/to/a/directory/

# Otherwise:
$ npm install
$ node . -d path/to/a/directory/

Also good to note, maybe, that there is npm start which returns the help by default. One could modify this to run node . and then npm start -- -d path/to/a/directory/; this is a bit more syntax than the “otherwise” listed above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant