https://github.com/rhildred/info2300documentation
Markdown files for all CP/CPA capstone deliverables and a node script to assemble them into a binder
https://github.com/rhildred/info2300documentation
Last synced: 9 months ago
JSON representation
Markdown files for all CP/CPA capstone deliverables and a node script to assemble them into a binder
- Host: GitHub
- URL: https://github.com/rhildred/info2300documentation
- Owner: rhildred
- Created: 2019-01-06T21:45:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-01T16:57:31.000Z (about 3 years ago)
- Last Synced: 2025-10-24T18:49:36.851Z (9 months ago)
- Language: HTML
- Size: 3.99 MB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# info2300
## This produces a binder from the SDLCDocs for a CAPSTONE project, or any other markdown docs it may come across other than README.md
To produce a .pdf of the SDLCDocs, in an empty folder:
```bash
git clone https://github.com/rhildred/info2300Documentation .
npm install
npm start
```
To recreate the `allMarkdown.json` file containing markdown files in the project:
```bash
node walk.js
```
And to just emit one long .html file with the markdown in it:
```bash
node emit.js
```
I also started with word document templates and made markdown from them. Some of the templates were from the [CDC up](https://www2a.cdc.gov/cdcup/library/templates/). Most were from the Conestoga CAPSTONE shell. To convert the word to markdown I used mammoth. I updated this project in 2023 because I was looking for a way to convert to markdown from word and remembered doing it. Hopefully this will help you with your CAPSTONE or with making multipart documents from markdown files.