Skip to content

jeanAsvestas/intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejsintro

intro project for nodeJS packages

nodejsintro

intro project for nodeJS packages

-- Option 1

  • create a folder, e.g. myproject
  • cd myproject
  • run git init
  • run npm init
  • create .gitignore
  • create readme.md
  • create LICENSE

-- Option 2

  • create a folder something like js_projects
  • cd js_projects
  • git clone https://github.com/jeanAsvestas/a_template.git
  • cd a_template(possibly rename the folder)
  • delete .git folder
  • git init
  • follow the steps that we showed on video in order to publish the repository to github (commit etc)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published