Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c0zen/generator-cozen-angular-test
https://github.com/c0zen/generator-cozen-angular-test
Last synced: about 20 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/c0zen/generator-cozen-angular-test
- Owner: C0ZEN
- License: mit
- Created: 2018-01-30T20:41:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:24:09.000Z (11 months ago)
- Last Synced: 2023-12-15T15:34:27.470Z (11 months ago)
- Language: JavaScript
- Size: 205 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Generator Cozen Angular Test
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)This is the description for the project Generator Cozen Angular Test
### Usage
## Getting Started
This project use `Grunt` to handle development and version control.
Use `grunt serve` to start the development node server.
Use `grunt release:target` to create a new release version where `target` is an environment target from the list below.
- test
- preprod
- prod## Running the tests
## Contributing
If you want to contribute, make sure to follow the rules in the [CONTRIBUTING](CONTRIBUTING.md) file.
## Versions
Read the [CHANGELOG](CHANGELOG.md) to see the complete list of versions.
## Dependencies maintainability
This project use `npm-check-updates` to keep the dependencies easily up-to-date.
Make sure to install `npm-check-updates` as global dependency.
Use `npm install npm-check-updates -g` to do it.Use `ncu` to see the complete list of out-of-date dependencies.
Use `ncu -u` to update all the npm dependencies.
Use `ncu -m bower` to update all the bower dependencies.
## Authors
* **Geoffrey Testelin**
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details.