https://github.com/hugodf/dotenv-not-required
https://github.com/hugodf/dotenv-not-required
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hugodf/dotenv-not-required
- Owner: HugoDF
- License: mit
- Created: 2024-07-25T18:02:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T18:56:12.000Z (almost 2 years ago)
- Last Synced: 2025-02-14T01:38:57.223Z (over 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# [Project Name]
Boilerplate repo with:
- MIT License
- Node, npm
- tests with the `node:test` built-in
- formatting with prettier
- GitHub Actions
## Requirements
- Node 20
- npm v8+
## Setup
1. Clone the repository
2. Run `npm install` installs all required dependencies.
## npm scripts
- `npm test` will run tests using the [Node.js test runner](https://nodejs.org/api/test.html#running-tests-from-the-command-line) and the `node:test` module.
- `npm run format` will run prettier on all the examples files (and tests).
## LICENSE
Code is licensed under the [MIT License](./LICENSE).