Skip to content

Instantly share code, notes, and snippets.

View shienyuan's full-sized avatar
🍊
Focusing

Shien Yuan shienyuan

🍊
Focusing
  • New Zealand
  • 11:28 (UTC +12:00)
View GitHub Profile
@shienyuan
shienyuan / flutter_recommended_packages.yaml
Last active September 4, 2020 01:08
Flutter opionated recommended packages
@bradtraversy
bradtraversy / npmcrashcourse.txt
Last active June 26, 2024 09:49
NPM Crash Course Commands
# GET VERSION
npm -v (or --version)
# GET HELP
npm help
npm
# CREATE PACKAGE.JSON
npm init
npm init -y (or --yes)
@PurpleBooth
PurpleBooth / README-Template.md
Last active July 18, 2024 23:22
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites