Skip to content

js-primer/hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@js-primer/hello-world

Hello World for js-primer.

Requirements

  • Node.js 8.2 >=
    • It contains npm 5.3.0>=
    • It contains npx command

Usage

npxコマンドを使い直接実行ができます。

Usage
  $ npx @js-primer/hello-world

Usage for old Node.js

Node.js 8.2未満の場合はnpmでインストールし利用できます。

npm install @js-primer/hello-world --global
$ js-primer-hello-world

Changelog

See Releases page.

Running tests

Install devDependencies and Run npm test:

npm i -d && npm test

Contributing

Pull requests and stars are always welcome.

For bugs and feature requests, please create an issue.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

License

MIT © Suguru Inatomi

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published