https://github.com/simbo/toolbox
Some online tools.
https://github.com/simbo/toolbox
Last synced: over 1 year ago
JSON representation
Some online tools.
- Host: GitHub
- URL: https://github.com/simbo/toolbox
- Owner: simbo
- License: mit
- Created: 2018-06-28T07:48:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-19T21:27:23.000Z (over 7 years ago)
- Last Synced: 2025-01-21T09:09:16.459Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://simbo.codes/toolbox
- Size: 8.53 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
toolbox
=======
> Some online tools at [simbo.codes/toolbox](https://simbo.codes/toolbox).
[](https://simbo.codes/toolbox/)
[](https://travis-ci.org/simbo/toolbox)
[](https://coveralls.io/github/simbo/toolbox?branch=master)
--------------------------------------------------------------------------------
Development
-----------
### Requirements
- node >= 10.15.0
- [`yarn`](https://yarnpkg.com/lang/en/) for package management
### Usage
See `package.json#scripts` for all scripts and details.
- `yarn run serve`
builds, serves and reloads at [localhost:4200](http://localhost:4200/)
- `yarn run build`
builds to `dist/`
- `yarn run test`
unit tests using [Karma](https://karma-runner.github.io/) and [Jasmine](https://jasmine.github.io/)
- `yarn run e2e`
end-to-end tests using [Cypress](https://www.cypress.io/)
- `ng generate [options]`
e.g.: `ng generate component component-name` to generate a new component.
See `ng generate --help` for schematics.
See `ng generate --help` for schematic options
- `yarn run bundle-analyzer`
build and start bundle analyzer at [localhost:8888](http://localhost:8888/)
- `yarn run release`
prepare and push a tagged release version (will be built by Travis CI and
pushed to GitHub Pages)
### More
- Angular CLI
- [ReadMe](https://github.com/angular/angular-cli/blob/master/packages/angular/cli/README.md#documentation)
- [Wiki](https://github.com/angular/angular-cli/wiki)
License
-------
MIT © 2018 Simon Lepel