Show HN: my first nodejs module, fsjs
2 comments
@siromoney Great start, keep going.
I just wanna tell you that, pushing code to Github repo doesn't mean it's Open source.
* Select a Opensource License * Keep a License file in the root directory of project * Add link to License file from README.
I just wanna tell you that, pushing code to Github repo doesn't mean it's Open source.
* Select a Opensource License * Keep a License file in the root directory of project * Add link to License file from README.
Thanks! The license (MIT) was listed on NPM, but now I've added it to the readme and placed it in the root directory.
GitHub URL: https://github.com/arpith/fsjs
https://github.com/arpith/fsjs
It lets you structure your app a little differently, app.js:
And (in the same directory), edit.js:
Feedback would be great.