drapcode-constant
v2.0.3-preview
Published
Drapcode Constants
Readme
Drapcode Constants
A TypeScript library containing constant values used across Drapcode applications.
Installation
npm install drapcode-constantUsage
import {
// Import the constants you need
FieldTypes,
QueryConstants,
// ... other constants
} from 'drapcode-constant';Development
- Install dependencies:
npm install- Run development mode:
npm run dev- Build the project:
npm run build- Run tests:
npm test- Lint the code:
npm run lint- Format the code:
npm run formatContributing
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
License
This project is licensed under the ISC License.
