We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With custom, abstract commands like:
sourcejs run sourcejs deploy
Which will take current run folder as user.
user
Moving SourceJS to global module, will probably help to install it much easier to understand.
The text was updated successfully, but these errors were encountered:
It's also possible to just set SourceJS to node_modules, and use npm scripts to run it.
package.json:
package.json
{ "name":"", "dependencies": {}, "scripts": { "run-source": "node node_modules/sourcejs/app.js --from-npm" } }
Then just run npm run-source from user folder.
npm run-source
Sorry, something went wrong.
In progress. 0.5.3 already has partial support for that. 0.6 will officially be base on npm module #144.
#60: improving support for sourcejs as npm module
ddbd81d
Done
robhrt7
No branches or pull requests
With custom, abstract commands like:
Which will take current run folder as
user
.Moving SourceJS to global module, will probably help to install it much easier to understand.
The text was updated successfully, but these errors were encountered: