Memoru

System Engineering and Programming and IT

Entries from 2017-01-03 to 1 day

Making a new package for Node.js

Overview Description Process mkdir package-directory cd package-directory mkdir lib mkdir test git init [ ]FIXME github.comにpackageのrepositoryを用意して、cloneした方がsmooth git branch git remote add github https://github.com/sakai-memor…

Program Language ex. javascript

Code Case Sensitivity Comments Literals Reserved words Expression and statement Expression Expressions are phrases that produce a value. Statement Stetemens are phrases that don't produce a value but instead have some sort of side effect. …

Powershell command

Command command description cmdlet powershell builtin function powershell builtin or defined by user script command define by script file native command define by Windows OS .NET Static method Defined on .NET Environment

powershell Alias

Alias Get-Alias file operation alias cmdlet gc Get-Content cat Get-Content type Get-Content ls Get-ChildItem dir Get-ChildItem cd Set-Location mkdir New-Item dir_name -Type directory ni New-Item cp Copy-Item mv Move-Item rm Delete-Item del…