0.0.52 • Published 5 years ago

yagpt v0.0.52

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

YAGPT (yet another general purpose tool)

This is hopefully the last npm package i write. In the last years i every once in a while created a npm package for solving specific tasks i had to do on a regular basis. Usually, at some point in time I forgot about the package and then later, as i faced the problem again, somehow wasn't able to find the package i had created ealier. This is why i then usually created a new one and reinvented my wheels again. So this time i voted for the monorepo-approach with the hope of avoiding that old problem and being able to keep the whole package on a modern standard with less effort.

So this package is a combination of a task-runner and a project-manager. I will add features over time and besides my implement-on-linux-first-approach, try to make it usable on windows/mac and maybe later others too.

Shortly after starting the project i read the book, "A Philosophy of Software Design" by John Ousterhout. The book elevated my skilllevels in programming and software design really a lot, why i wanted to mention it here. The book influenced a lot of design-decisions i made for that package.

I intend to use the work on this package for: 1. learning new techniques 2. becoming a better software-designer/-architect and programmer 3. creating automatisms for tasks i have to do regularly 4. beeing a template/styleguide for projects i will do in collaboration with other programmers.

DOCS

  • installation: Detailed installation instructions.
  • features: A list of features the package offers.
  • styleguide: The Style decisions i made for the package.
  • design notes: A list of notes which explain, which design decisions i made for the project and which thoughts drove them.
  • user manual: Explains how yagpt is concipated and how to use it.
  • a philosophy of software design: Excerpts i collected from Reading the Book "A Philosophy of Software Design" by John Ousterhout.

FEATURES (Technique)

  • testing: mochajs with livereload (npm run test:watch)
  • 100% code coverage: istanbuljs with nyc with livereload (npm run coverage:watch)
  • typescript: run via ts-node with livereload (npm run start:watch)
  • documentation: typedoc
  • tslint: lints the code
  • debugging: ???
  • continous integration: ???

WORKFLOWS/PROJECTORGANISATION

  • gitflow for git
  • monorepo (TODO: document)
  • issuemanagement on github (TODO: document)

INSTALLATION

For detailed instructions on how to install nodejs/npm and other tools used by the package, see installation:

npm install yagpt -g
# or
npm install yagpt --save-dev
0.0.52

5 years ago

0.0.51

5 years ago

0.0.50

5 years ago

0.0.49

5 years ago

0.0.48

5 years ago

0.0.47

5 years ago

0.0.46

5 years ago

0.0.45

5 years ago

0.0.44

5 years ago

0.0.43

5 years ago

0.0.42

5 years ago

0.0.40

5 years ago

0.0.39

5 years ago

0.0.38

5 years ago

0.0.37

5 years ago

0.0.36

5 years ago

0.0.35

6 years ago

0.0.34

6 years ago

0.0.33

6 years ago

0.0.32

6 years ago

0.0.30

6 years ago

0.0.29

6 years ago

0.0.28

6 years ago

0.0.26

6 years ago

0.0.25

6 years ago

0.0.24

6 years ago

0.0.21

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago