Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adisreyaj/vscode-gimme-boilerplate
https://github.com/adisreyaj/vscode-gimme-boilerplate
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/adisreyaj/vscode-gimme-boilerplate
- Owner: adisreyaj
- Created: 2019-10-29T12:02:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T11:15:02.000Z (about 2 years ago)
- Last Synced: 2024-10-31T10:44:02.634Z (2 months ago)
- Language: TypeScript
- Size: 2.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Gimme Boilerplate
![Gimme Boilerplate](images/logo.png)
Gimme Boilerplate is an extension that will enable you to create the basic boilerplate for the following projects:
1. For your Node Express Porject
1. NPM Package Project## Using the Extensions
Search for the extension in VSCode and Install it.
You can start using the extension from the Command Pallette (`Ctrl + Shift + P`).![Usage](images/usage.png)
Try out the following commands:
- `Create Node Express Project` - Creates a Node Express project for your with all the necessary files and folders.
- `Create a NPM Package Project` - Create the boilerplate for starting an NPM Package.![How to Use](images/usage.gif)
**Features for Node Express Boilerplate**
- Fully in Typescript
- Scalable Folder Structure
- Test configurations added (Jest).
- Works out of the box.
- Logging with Winston and Morgan
- .env file for configurations
- Scripts added in Package.json
- Readme template**Features for NPM Package Boilerplate**
- Fully in Typescript
- Simple Folder Structure
- Test configurations added (Jest).
- Works out of the box.
- Scripts added in Package.json
- Readme template