https://github.com/michaelcurrin/node-project-template
Template for creating Node.js projects including docs and a deploy pipeline
https://github.com/michaelcurrin/node-project-template
beginner ci-cd deploy-pipeline javascript node node-template nodejs quickstart template template-project
Last synced: about 1 month ago
JSON representation
Template for creating Node.js projects including docs and a deploy pipeline
- Host: GitHub
- URL: https://github.com/michaelcurrin/node-project-template
- Owner: MichaelCurrin
- License: mit
- Created: 2020-08-21T21:32:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T07:46:29.000Z (8 months ago)
- Last Synced: 2025-03-18T00:37:36.330Z (about 2 months ago)
- Topics: beginner, ci-cd, deploy-pipeline, javascript, node, node-template, nodejs, quickstart, template, template-project
- Language: JavaScript
- Homepage:
- Size: 83 KB
- Stars: 9
- Watchers: 2
- Forks: 31
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node Project Template
> Starter template for creating a Node.js project including docs and a deploy pipeline[](https://github.com/MichaelCurrin/node-project-template/actions?query=workflow:"Node+CI")
[](https://github.com/MichaelCurrin/node-project-template/releases/)
[](#license)[](https://nodejs.org "Go to Node.js homepage")
[](https://github.com/MichaelCurrin/node-project-template/generate)
## Preview
_This is a placeholder section for a screenshot of your shiny new web app or CLI tool_.
![]()
## Sample usage
_TODO: Add just a few lines to show how to use your application - some samples below._
Run with NPX:
```sh
$ npx foo
```Install and run as a CLI tool:
```sh
$ npm install foo
$ foo --help
```Use in your JS app:
```javascript
import { foo } from "bar";foo(123)
```## Documentation
> How to install, run and deploy this project
[](/docs/)See the [Template Notes](/docs/template-notes/) section of the docs for info on this template and how to use it.
## License
Released under [MIT](/LICENSE) by [@MichaelCurrin](https://github.com/MichaelCurrin).