Skip to content

Start working on an existing project. This builds a directory for a new project and pulls down code from a remote repository. It also includes utility scripts and such.

Notifications You must be signed in to change notification settings

abemillett/start-working

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Template

cp -r skeleton projectname

git clone ssh://keeperofthevalley//srv/git/PROJECTNAME.git www

npm install

vim util/config.js Update the local and remote directories as neccesary

IN PROGRESS:

I am working on making this universal. The skeleton will be stored in a github project. I will make a shell command to pull down the repo and run the init script(s). This will prompt for the project name, repo address, etc. and pull down the project repo into the www directory.

About

Start working on an existing project. This builds a directory for a new project and pulls down code from a remote repository. It also includes utility scripts and such.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published