Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 818 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 818 Bytes

create-node-app

Basic node api template.

Requirements


To install template manager (create-app)

curl -sL https://raw.githubusercontent.com/afgalvan/create-app/main/installer.sh | bash -s [package-manager] [branch]

The package-manager argument it's optional, npm is configured by default.

Create a new alias

bash

echo "alias create-app=\"~/.config/create-app/create_app.sh\"" >> ~/.bashrc

zsh

echo "alias create-app=\"~/.config/create-app/create_app.sh\"" >> ~/.zshrc