npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

schol-template-athabasca-university-mscis-thesis-mini-proposal

v0.0.0

Published

schol template for an Athabasca University Master of Science in Information Systems thesis mini proposal.

Downloads

4

Readme

schol-template-athabasca-university-mscis-thesis-mini-proposal

schol template for an Athabasca University Master of Science in Information Systems thesis mini proposal.

Demo

thumbnail

Usage

Use this schol template to get started writing a thesis mini-proposal for an Athabasca University Master of Science in Information Systems program. You can also use this template a starting point for developing new templates.

Create a new schol project

To create a new project using this template, create a new folder for the project, navigate into it, and initialize a new schol project with schol init:

mkdir assignment
cd assignment
schol init --template schol-template-athabasca-university-mscis-thesis-mini-proposal

Create a new template

To use this template as a starting point for a new template, fork, clone, or copy this repo, and hack away!

You can then either publish your template on npm, or simply use it locally.

A few things to keep in mind:

  • To initialize your template by name rather than by path while it is in development, you must first npm link it from the directory in which you wish to initialize it:
// From your template directory -- schol-template-custom
npm link
cd ..
mkdir new-project
cd new-project
npm link schol-template-custom
// Now you can initialize it
schol init --template schol-template-custom
  • Make sure your package name starts with schol-template- to make it easy to find

  • The main property in package.json must point to a valid EJS template located in the root of the template/ directory.

  • Anything placed in src/ will be copied to the src/ folder of any schol project initialized with the template.

  • Test and develop your template by running the following from within your template directory:

    npm link
    npm link schol-template-default // Or whatever your template is
    schol edit

    This will use the current directory (your template directory) as the template.

  • Include example output of your template in the docs folder with schol render and set up your GitHub repository to publish from the docs/ folder in your template project.. This will allow users to see what your template looks like before they use it.

  • Include a screenshot of your template output in media/example.png. Use a square aspect ratio with a resolution of at least 898x898.

  • Once published to npm and GitHub, add your template to the schol templates list!

Credits

  • Github Flavored Markdown styling adapted from Sindre Sorhus: https://github.com/sindresorhus/github-markdown-css
  • Bibliography styles adapted from Zotero: https://github.com/zotero/zotero/blob/4aaec5f091530a9e377ac0f05c5e2beb2da995d1/chrome/content/zotero/xpcom/cite.js