https://github.com/massigy/express-boilerplate
https://github.com/massigy/express-boilerplate
bash expressjs ndoejs shell
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/massigy/express-boilerplate
- Owner: MassiGy
- License: mit
- Created: 2021-12-08T22:49:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-08T23:18:56.000Z (over 4 years ago)
- Last Synced: 2025-02-07T10:53:28.963Z (over 1 year ago)
- Topics: bash, expressjs, ndoejs, shell
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# express-boilerplate
## Description
The basic idea of this script is to generate an express app boilerplate, to speed up the starter building process of a express/nodejs app.
## Setup
git clone
--
cd express-boilerplate
--
cp ./express-boilerplate /usr/bin/express-boilerplate
--
// OPTIONAL
which express-boilerplate
The expected output of the last command is "/usr/bin/express-boilerplate"
##### Note
Now you can run the express-boilerplate command anywhere in your machine.
## Benefits of express-boilerplate
1. Easy to use.
2. Very Fast Developement starter.
3. Very Modular.
4. Less Time searching through the docs for the starter.
## Usage
express-boilerplate
Exemples
express-boilerplate index.js
## License
MIT.