1.0.5 • Published 3 years ago
@nlisgo/gcjam v1.0.5
gcjam
Open the terminal and navigate to the folder you wish to setup this project. Within your project folder add this as a dependency.
npm install @nlisgo/gcjamCreate starting code for new problem
npx gcjam-create --helpUsage: create -h -r -pt "Problem Title" year stage problem
Example
npx gcjam-create -r -st "Qualification" -pt "Problem Title" -pv "problemTitle" 2022 qualifying problem-nameIf this is the first time setting up for the 2022 folder then the folder should have been create with boiler plate code.
See the README in the 2022 folder.